Uses of Interface
com._1c.g5.v8.dt.geographicalschema.model.PolygonShape
-
Packages that use PolygonShape 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 PolygonShape in com._1c.g5.v8.dt.geographicalschema.model
Methods in com._1c.g5.v8.dt.geographicalschema.model that return PolygonShape Modifier and Type Method Description PolygonShape
GeographicalSchemaFactory. createPolygonShape()
Returns a new object of class 'Polygon Shape'. -
Uses of PolygonShape in com._1c.g5.v8.dt.geographicalschema.model.impl
Classes in com._1c.g5.v8.dt.geographicalschema.model.impl that implement PolygonShape Modifier and Type Class Description class
PolygonShapeImpl
An implementation of the model object 'Polygon Shape'.Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return PolygonShape Modifier and Type Method Description PolygonShape
GeographicalSchemaFactoryImpl. createPolygonShape()
-
Uses of PolygonShape in com._1c.g5.v8.dt.geographicalschema.model.util
Methods in com._1c.g5.v8.dt.geographicalschema.model.util with parameters of type PolygonShape Modifier and Type Method Description T
GeographicalSchemaSwitch. casePolygonShape(PolygonShape object)
Returns the result of interpreting the object as an instance of 'Polygon Shape'.
-