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