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 interfaceMultiPointShapeA representation of the model object 'Multi Point Shape'.interfaceSinglePointShapeA 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 classMultiPointShapeImplAn implementation of the model object 'Multi Point Shape'.classPointShapeImplAn implementation of the model object 'Point Shape'.classSinglePointShapeImplAn 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 TGeographicalSchemaSwitch. casePointShape(PointShape object)Returns the result of interpreting the object as an instance of 'Point Shape'.
-