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