Uses of Interface
com._1c.g5.v8.dt.geographicalschema.model.GeographicalSchemaDrawingArea
-
Packages that use GeographicalSchemaDrawingArea 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 GeographicalSchemaDrawingArea in com._1c.g5.v8.dt.geographicalschema.model
Methods in com._1c.g5.v8.dt.geographicalschema.model that return GeographicalSchemaDrawingArea Modifier and Type Method Description GeographicalSchemaDrawingArea
GeographicalSchemaFactory. createGeographicalSchemaDrawingArea()
Returns a new object of class 'Drawing Area'.GeographicalSchemaDrawingArea
GeographicalSchema. getGeographicalSchemaDrawingArea()
Returns the value of the 'Geographical Schema Drawing Area' containment reference.Methods in com._1c.g5.v8.dt.geographicalschema.model with parameters of type GeographicalSchemaDrawingArea Modifier and Type Method Description void
GeographicalSchema. setGeographicalSchemaDrawingArea(GeographicalSchemaDrawingArea value)
Sets the value of the 'Geographical Schema Drawing Area
' containment reference. -
Uses of GeographicalSchemaDrawingArea in com._1c.g5.v8.dt.geographicalschema.model.impl
Classes in com._1c.g5.v8.dt.geographicalschema.model.impl that implement GeographicalSchemaDrawingArea Modifier and Type Class Description class
GeographicalSchemaDrawingAreaImpl
An implementation of the model object 'Drawing Area'.Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return GeographicalSchemaDrawingArea Modifier and Type Method Description GeographicalSchemaDrawingArea
GeographicalSchemaFactoryImpl. createGeographicalSchemaDrawingArea()
GeographicalSchemaDrawingArea
GeographicalSchemaImpl. getGeographicalSchemaDrawingArea()
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type GeographicalSchemaDrawingArea Modifier and Type Method Description void
GeographicalSchemaImpl. setGeographicalSchemaDrawingArea(GeographicalSchemaDrawingArea newGeographicalSchemaDrawingArea)
-
Uses of GeographicalSchemaDrawingArea in com._1c.g5.v8.dt.geographicalschema.model.util
Methods in com._1c.g5.v8.dt.geographicalschema.model.util with parameters of type GeographicalSchemaDrawingArea Modifier and Type Method Description T
GeographicalSchemaSwitch. caseGeographicalSchemaDrawingArea(GeographicalSchemaDrawingArea object)
Returns the result of interpreting the object as an instance of 'Drawing Area'.
-