Uses of Interface
com._1c.g5.v8.dt.geographicalschema.model.LayerItem
-
Packages that use LayerItem 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 LayerItem in com._1c.g5.v8.dt.geographicalschema.model
Methods in com._1c.g5.v8.dt.geographicalschema.model that return LayerItem Modifier and Type Method Description LayerItem
GeographicalSchemaFactory. createLayerItem()
Returns a new object of class 'Layer Item'.Methods in com._1c.g5.v8.dt.geographicalschema.model that return types with arguments of type LayerItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<LayerItem>
GeographicalSchema. getLayerItems()
Returns the value of the 'Layer Items' containment reference list. -
Uses of LayerItem in com._1c.g5.v8.dt.geographicalschema.model.impl
Classes in com._1c.g5.v8.dt.geographicalschema.model.impl that implement LayerItem Modifier and Type Class Description class
LayerItemImpl
An implementation of the model object 'Layer Item'.Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return LayerItem Modifier and Type Method Description LayerItem
GeographicalSchemaFactoryImpl. createLayerItem()
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return types with arguments of type LayerItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<LayerItem>
GeographicalSchemaImpl. getLayerItems()
-
Uses of LayerItem in com._1c.g5.v8.dt.geographicalschema.model.util
Methods in com._1c.g5.v8.dt.geographicalschema.model.util with parameters of type LayerItem Modifier and Type Method Description T
GeographicalSchemaSwitch. caseLayerItem(LayerItem object)
Returns the result of interpreting the object as an instance of 'Layer Item'.
-