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) DeserializesGeographicalSchemaMethods in com._1c.g5.v8.dt.geographicalschema.files with parameters of type GeographicalSchemaModifier and TypeMethodDescriptionvoidGeographicalSchemaSerializer.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 TypeClassDescriptionclassAn 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 GeographicalSchemaComponentImageProvider.schemaComponent 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, InterfaceType interfaceType, IV8Style v8Style, IPresentationService presentationService) 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.IStatusComponentResizeTask.execute(GeographicalSchema schema, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusDataSeriesItemAdditionTask.execute(GeographicalSchema schema, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusGeographicalSchemaInitTask.execute(GeographicalSchema schema, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusLayerAdditionTask.execute(GeographicalSchema schema, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusLegendItemAdditionTask.execute(GeographicalSchema schema, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusSchemaBoundsSetTask.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 ofComponentResizeTaskDataSeriesItemAdditionTask(GeographicalSchema schema, int layerIndex, IV8Project project, IModelObjectFactory geographicalSchemaObjectFactory) Creates new instance ofDataSeriesItemAdditionTaskGeographicalSchemaInitTask(GeographicalSchema schema, IV8Project project, IModelObjectFactory geographicalSchemaObjectFactory) Creates new instance ofGeographicalSchemaInitTaskLayerAdditionTask(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 ofLayerAdditionTaskLegendItemAdditionTask(GeographicalSchema schema, int layerItemID, int dataSeriesID, IV8Project project, IModelObjectFactory geographicalSchemaObjectFactory) Creates new instance ofLegendItemAdditionTaskLegendItemAdditionTask(GeographicalSchema schema, IV8Project project, IModelObjectFactory geographicalSchemaObjectFactory) Creates new instance ofLegendItemAdditionTaskCreates 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 DataSeriesItemLayerUtils.getDataSeriesFromID(GeographicalSchema schema, int id) Gets dataSeriesItem with given id from schemastatic DataSeriesItemGeographicalSchemaUtils.getLegendItemDataSeries(GeographicalSchema schema, LegendItem legendItem) GetsDataSeriesItemfor givenLegendItemGeometryUtils.getObjectFromCoordinates(GeographicalSchema schema, int x, int y, BufferedImage hitMap) Gets object number, containing given scaled coordinatesstatic StringGeographicalSchemaUtils.getTooltip(GeographicalSchema schema, int x, int y, BufferedImage hitMap) Gets tooltip for layer object, containig coordinatesstatic voidLayerUtils.initDataSeriesItem(DataSeriesItem dataSeriesItem, LayerItem layer, GeographicalSchema schema) Inits data seriesstatic voidGeographicalSchemaUtils.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)