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 TypeInterfaceDescriptioninterface
A representation of the model object 'Multi Point Shape'.interface
A representation of the model object 'Point Shape'.interface
A representation of the model object 'Polygon Shape'.interface
A representation of the model object 'Polyline Shape'.interface
A 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 TypeClassDescriptionclass
An implementation of the model object 'Layer Object'.class
An implementation of the model object 'Multi Point Shape'.class
An implementation of the model object 'Point Shape'.class
An implementation of the model object 'Polygon Shape'.class
An implementation of the model object 'Polyline Shape'.class
An 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.IStatus
LayerObjectCopyTask.execute
(LayerObject editedObject, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
LayerObjectFeatureSetTask.execute
(LayerObject object, Object value, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
LayerObjectsAttributesSetTask.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 ofLayerObjectCopyTask
LayerObjectFeatureSetTask
(LayerObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Object value) Creates new instance ofLayerObjectFeatureSetTask
LayerObjectsAttributesSetTask
(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 LayerObject
LayerUtils.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 boolean
GeometryUtils.contains
(LayerObject shape, double x, double y, Projection projection, double latitudeShift, double longitudeShift, IGeographicalSchemaPresenter presenter) Gets ifLayerObject
object contains coordinatesstatic void
ObjectPropertiesCompositeCreator.create
(org.eclipse.swt.custom.ScrolledComposite parent, LayerObject object, IGeographicalSchemaPresenter presenter) Creates new composite for geometrty object properties changestatic org.eclipse.swt.graphics.Point
GeometryUtils.getDataCoordinates
(LayerObject object, double xShift, double yShift, double mult, Projection projection, double latitudeShift, double longitudeShift) Gets coordinates to draw analytical data