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 interfaceMultiPointShapeA representation of the model object 'Multi Point Shape'.interfacePointShapeA representation of the model object 'Point Shape'.interfacePolygonShapeA representation of the model object 'Polygon Shape'.interfacePolylineShapeA representation of the model object 'Polyline Shape'.interfaceSinglePointShapeA 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 classLayerObjectImplAn implementation of the model object 'Layer Object'.classMultiPointShapeImplAn implementation of the model object 'Multi Point Shape'.classPointShapeImplAn implementation of the model object 'Point Shape'.classPolygonShapeImplAn implementation of the model object 'Polygon Shape'.classPolylineShapeImplAn implementation of the model object 'Polyline Shape'.classSinglePointShapeImplAn 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 TGeographicalSchemaSwitch. caseLayerObject(LayerObject object)Returns the result of interpreting the object as an instance of 'Layer Object'.
-