Uses of Interface
com._1c.g5.v8.dt.geographicalschema.model.PointShape
-
Packages that use PointShape 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 PointShape in com._1c.g5.v8.dt.geographicalschema.model
Subinterfaces of PointShape in com._1c.g5.v8.dt.geographicalschema.model Modifier and Type Interface Description interface
MultiPointShape
A representation of the model object 'Multi Point Shape'.interface
SinglePointShape
A representation of the model object 'Single Point Shape'. -
Uses of PointShape in com._1c.g5.v8.dt.geographicalschema.model.impl
Classes in com._1c.g5.v8.dt.geographicalschema.model.impl that implement PointShape Modifier and Type Class Description class
MultiPointShapeImpl
An implementation of the model object 'Multi Point Shape'.class
PointShapeImpl
An implementation of the model object 'Point Shape'.class
SinglePointShapeImpl
An implementation of the model object 'Single Point Shape'. -
Uses of PointShape in com._1c.g5.v8.dt.geographicalschema.model.util
Methods in com._1c.g5.v8.dt.geographicalschema.model.util with parameters of type PointShape Modifier and Type Method Description T
GeographicalSchemaSwitch. casePointShape(PointShape object)
Returns the result of interpreting the object as an instance of 'Point Shape'.
-