Uses of Interface
com._1c.g5.v8.dt.geographicalschema.model.GeographicalSchema
Packages that use GeographicalSchema
Package
Description
-
Uses of GeographicalSchema in com._1c.g5.v8.dt.geographicalschema.files
Methods in com._1c.g5.v8.dt.geographicalschema.files that return GeographicalSchemaModifier and TypeMethodDescriptionGeographicalSchemaSerializer.deserialize
(IListInStream lis, IV8Project iv8Project) DeserializesGeographicalSchema
Methods in com._1c.g5.v8.dt.geographicalschema.files with parameters of type GeographicalSchemaModifier and TypeMethodDescriptionvoid
GeographicalSchemaSerializer.serialize
(GeographicalSchema schema, IListOutStream los) SerializesGeographicalSchema
-
Uses of GeographicalSchema in com._1c.g5.v8.dt.geographicalschema.model
Methods in com._1c.g5.v8.dt.geographicalschema.model that return GeographicalSchemaModifier and TypeMethodDescriptionGeographicalSchemaFactory.createGeographicalSchema()
Returns a new object of class 'Geographical Schema'. -
Uses of GeographicalSchema in com._1c.g5.v8.dt.geographicalschema.model.impl
Classes in com._1c.g5.v8.dt.geographicalschema.model.impl that implement GeographicalSchemaModifier and TypeClassDescriptionclass
An implementation of the model object 'Geographical Schema'.Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return GeographicalSchema -
Uses of GeographicalSchema in com._1c.g5.v8.dt.geographicalschema.model.util
Methods in com._1c.g5.v8.dt.geographicalschema.model.util with parameters of type GeographicalSchemaModifier and TypeMethodDescriptionGeographicalSchemaSwitch.caseGeographicalSchema
(GeographicalSchema object) Returns the result of interpreting the object as an instance of 'Geographical Schema'. -
Uses of GeographicalSchema in com._1c.g5.v8.dt.geographicalschema.ui.internal.image.provider
Fields in com._1c.g5.v8.dt.geographicalschema.ui.internal.image.provider declared as GeographicalSchemaModifier and TypeFieldDescriptionprotected GeographicalSchema
ComponentImageProvider.schema
Component parent schema -
Uses of GeographicalSchema in com._1c.g5.v8.dt.geographicalschema.ui.internal.presenter
Methods in com._1c.g5.v8.dt.geographicalschema.ui.internal.presenter that return GeographicalSchemaModifier and TypeMethodDescriptionGeographicalSchemaPresenter.getSchema()
IGeographicalSchemaPresenter.getSchema()
Gets edited schemaConstructors in com._1c.g5.v8.dt.geographicalschema.ui.internal.presenter with parameters of type GeographicalSchemaModifierConstructorDescriptionGeographicalSchemaPresenter
(org.eclipse.swt.widgets.Composite parent, GeographicalSchema schema, IV8Project v8Project, IColorProvider colorProvider, IFontProvider fontProvider, IV8ProjectManager v8ProjectManager, IEditingContext context, org.eclipse.ui.forms.IManagedForm managedForm, IModelObjectFactory geographicalSchemaObjectFactory, IBmModelManager bmModelManager, boolean isModelEditable, IEditingLanguageManager editingLanguageManager) Creates new instance ofGeographicalSchemaPresenter
-
Uses of GeographicalSchema in com._1c.g5.v8.dt.geographicalschema.ui.internal.tasks
Methods in com._1c.g5.v8.dt.geographicalschema.ui.internal.tasks with parameters of type GeographicalSchemaModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatus
ComponentResizeTask.execute
(GeographicalSchema schema, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
DataSeriesItemAdditionTask.execute
(GeographicalSchema schema, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
GeographicalSchemaInitTask.execute
(GeographicalSchema schema, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
LayerAdditionTask.execute
(GeographicalSchema schema, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
LegendItemAdditionTask.execute
(GeographicalSchema schema, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
SchemaBoundsSetTask.execute
(GeographicalSchema schema, org.eclipse.core.runtime.IProgressMonitor monitor) Constructors in com._1c.g5.v8.dt.geographicalschema.ui.internal.tasks with parameters of type GeographicalSchemaModifierConstructorDescriptionComponentResizeTask
(GeographicalSchema schema, Class<?> componentClass, int x, int y, int width, int height, org.eclipse.swt.graphics.Rectangle parentBounds) Creates new instance ofComponentResizeTask
DataSeriesItemAdditionTask
(GeographicalSchema schema, int layerIndex, IV8Project project, IModelObjectFactory geographicalSchemaObjectFactory) Creates new instance ofDataSeriesItemAdditionTask
GeographicalSchemaInitTask
(GeographicalSchema schema, IV8Project project, IModelObjectFactory geographicalSchemaObjectFactory) Creates new instance ofGeographicalSchemaInitTask
LayerAdditionTask
(GeographicalSchema schema, String layerName, List<org.apache.sis.feature.AbstractFeature> features, List<com._1c.g5.v8.dt.geographicalschema.ui.internal.ShapefileLoader.PreloadedDataSeries> additions, String propertyName, org.opengis.referencing.crs.CoordinateReferenceSystem system, IV8Project project, IModelObjectFactory geographicalSchemaObjectFactory) Creates new instance ofLayerAdditionTask
LegendItemAdditionTask
(GeographicalSchema schema, int layerItemID, int dataSeriesID, IV8Project project, IModelObjectFactory geographicalSchemaObjectFactory) Creates new instance ofLegendItemAdditionTask
LegendItemAdditionTask
(GeographicalSchema schema, IV8Project project, IModelObjectFactory geographicalSchemaObjectFactory) Creates new instance ofLegendItemAdditionTask
Creates new instance ofSchemaBoundsSetTask
-
Uses of GeographicalSchema in com._1c.g5.v8.dt.geographicalschema.ui.internal.utils
Methods in com._1c.g5.v8.dt.geographicalschema.ui.internal.utils with parameters of type GeographicalSchemaModifier and TypeMethodDescriptionstatic DataSeriesItem
LayerUtils.getDataSeriesFromID
(GeographicalSchema schema, int id) Gets dataSeriesItem with given id from schemastatic DataSeriesItem
GeographicalSchemaUtils.getLegendItemDataSeries
(GeographicalSchema schema, LegendItem legendItem) GetsDataSeriesItem
for givenLegendItem
GeometryUtils.getObjectFromCoordinates
(GeographicalSchema schema, int x, int y, BufferedImage hitMap) Gets object number, containing given scaled coordinatesstatic String
GeographicalSchemaUtils.getTooltip
(GeographicalSchema schema, int x, int y, BufferedImage hitMap) Gets tooltip for layer object, containig coordinatesstatic void
LayerUtils.initDataSeriesItem
(DataSeriesItem dataSeriesItem, LayerItem layer, GeographicalSchema schema) Inits data seriesstatic void
GeographicalSchemaUtils.recountSchemaBounds
(GeographicalSchema schema) Recounts bounds and viewed bounds forGeographicalSchema
. -
Uses of GeographicalSchema in com.e1c.g5.v8.dt.internal.template.ui.extension.adopt
Methods in com.e1c.g5.v8.dt.internal.template.ui.extension.adopt that return GeographicalSchemaModifier and TypeMethodDescriptionGeographicalSchemaAdopterParticipant.adopt
(GeographicalSchema nativeObject, Version version, IAdopterContext context) Methods in com.e1c.g5.v8.dt.internal.template.ui.extension.adopt with parameters of type GeographicalSchemaModifier and TypeMethodDescriptionGeographicalSchemaAdopterParticipant.adopt
(GeographicalSchema nativeObject, Version version, IAdopterContext context)