Uses of Interface
com._1c.g5.v8.dt.geographicalschema.model.LayerObject
Packages that use LayerObject
Package
Description
-
Uses of LayerObject in com._1c.g5.v8.dt.geographicalschema.model
Subinterfaces of LayerObject in com._1c.g5.v8.dt.geographicalschema.modelModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Multi Point Shape'.interfaceA representation of the model object 'Point Shape'.interfaceA representation of the model object 'Polygon Shape'.interfaceA representation of the model object 'Polyline Shape'.interfaceA representation of the model object 'Single Point Shape'.Methods in com._1c.g5.v8.dt.geographicalschema.model that return types with arguments of type LayerObjectModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<LayerObject>LayerItem.getObjects()Returns the value of the 'Objects' containment reference list. -
Uses of LayerObject in com._1c.g5.v8.dt.geographicalschema.model.impl
Classes in com._1c.g5.v8.dt.geographicalschema.model.impl that implement LayerObjectModifier and TypeClassDescriptionclassAn implementation of the model object 'Layer Object'.classAn implementation of the model object 'Multi Point Shape'.classAn implementation of the model object 'Point Shape'.classAn implementation of the model object 'Polygon Shape'.classAn implementation of the model object 'Polyline Shape'.classAn implementation of the model object 'Single Point Shape'.Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return types with arguments of type LayerObjectModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<LayerObject>LayerItemImpl.getObjects() -
Uses of LayerObject in com._1c.g5.v8.dt.geographicalschema.model.util
Methods in com._1c.g5.v8.dt.geographicalschema.model.util with parameters of type LayerObjectModifier and TypeMethodDescriptionGeographicalSchemaSwitch.caseLayerObject(LayerObject object) Returns the result of interpreting the object as an instance of 'Layer Object'. -
Uses of LayerObject in com._1c.g5.v8.dt.geographicalschema.ui.internal.dialogs
Methods in com._1c.g5.v8.dt.geographicalschema.ui.internal.dialogs that return LayerObjectModifier and TypeMethodDescriptionObjectPropertiesDialog.getObject()Gets changed object from dialogConstructors in com._1c.g5.v8.dt.geographicalschema.ui.internal.dialogs with parameters of type LayerObjectModifierConstructorDescriptionObjectPropertiesDialog(org.eclipse.swt.widgets.Shell shell, LayerObject data, IGeographicalSchemaPresenter presenter) Creates new instance ofObjectPropertiesDialog. -
Uses of LayerObject in com._1c.g5.v8.dt.geographicalschema.ui.internal.tables.objects.properties
Constructors in com._1c.g5.v8.dt.geographicalschema.ui.internal.tables.objects.properties with parameters of type LayerObjectModifierConstructorDescriptionObjectPropertiesTableEditingSupport(TableViewer viewer, int column, LayerObject object, LayerItem parent) Creates new instance ofObjectPropertiesTableEditingSupport.ObjectPropertiesTableViewer(org.eclipse.swt.widgets.Composite parent, IGeographicalSchemaPresenter presenter, LayerObject object, LayerItem layerItem) Creates new instance ofObjectPropertiesTableViewer. -
Uses of LayerObject 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 LayerObjectModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatusLayerObjectCopyTask.execute(LayerObject editedObject, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusLayerObjectFeatureSetTask.execute(LayerObject object, Object value, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusLayerObjectsAttributesSetTask.execute(LayerObject sourceData, org.eclipse.core.runtime.IProgressMonitor monitor) Constructors in com._1c.g5.v8.dt.geographicalschema.ui.internal.tasks with parameters of type LayerObjectModifierConstructorDescriptionLayerObjectCopyTask(LayerObject editedObject, LayerObject data, Object value) Creates new instance ofLayerObjectCopyTaskLayerObjectFeatureSetTask(LayerObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Object value) Creates new instance ofLayerObjectFeatureSetTaskLayerObjectsAttributesSetTask(LayerObject sourceData, String[] attributes) Creates new instance ofLayerObjectsAttributesSetTask -
Uses of LayerObject in com._1c.g5.v8.dt.geographicalschema.ui.internal.utils
Methods in com._1c.g5.v8.dt.geographicalschema.ui.internal.utils that return LayerObjectModifier and TypeMethodDescriptionstatic LayerObjectLayerUtils.getLayerObjectFromID(LayerItem layer, int id) Gets layer object with given id from layerMethods in com._1c.g5.v8.dt.geographicalschema.ui.internal.utils with parameters of type LayerObjectModifier and TypeMethodDescriptionstatic booleanGeometryUtils.contains(LayerObject shape, double x, double y, Projection projection, double latitudeShift, double longitudeShift, IGeographicalSchemaPresenter presenter) Gets ifLayerObjectobject contains coordinatesstatic voidObjectPropertiesCompositeCreator.create(org.eclipse.swt.custom.ScrolledComposite parent, LayerObject object, IGeographicalSchemaPresenter presenter) Creates new composite for geometrty object properties changestatic org.eclipse.swt.graphics.PointGeometryUtils.getDataCoordinates(LayerObject object, double xShift, double yShift, double mult, Projection projection, double latitudeShift, double longitudeShift) Gets coordinates to draw analytical data