Uses of Interface
com._1c.g5.v8.dt.geographicalschema.model.LayerObject
-
Packages that use LayerObject Package Description com._1c.g5.v8.dt.geographicalschema.model com._1c.g5.v8.dt.geographicalschema.model.impl com._1c.g5.v8.dt.geographicalschema.model.util -
-
Uses of LayerObject in com._1c.g5.v8.dt.geographicalschema.model
Subinterfaces of LayerObject in com._1c.g5.v8.dt.geographicalschema.model Modifier and Type Interface Description interface
MultiPointShape
A representation of the model object 'Multi Point Shape'.interface
PointShape
A representation of the model object 'Point Shape'.interface
PolygonShape
A representation of the model object 'Polygon Shape'.interface
PolylineShape
A representation of the model object 'Polyline Shape'.interface
SinglePointShape
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 LayerObject Modifier and Type Method Description org.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 LayerObject Modifier and Type Class Description class
LayerObjectImpl
An implementation of the model object 'Layer Object'.class
MultiPointShapeImpl
An implementation of the model object 'Multi Point Shape'.class
PointShapeImpl
An implementation of the model object 'Point Shape'.class
PolygonShapeImpl
An implementation of the model object 'Polygon Shape'.class
PolylineShapeImpl
An implementation of the model object 'Polyline Shape'.class
SinglePointShapeImpl
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 LayerObject Modifier and Type Method Description org.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 LayerObject Modifier and Type Method Description T
GeographicalSchemaSwitch. caseLayerObject(LayerObject object)
Returns the result of interpreting the object as an instance of 'Layer Object'.
-