Uses of Interface
com._1c.g5.v8.dt.geographicalschema.model.PointContour
-
Packages that use PointContour 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 PointContour in com._1c.g5.v8.dt.geographicalschema.model
Methods in com._1c.g5.v8.dt.geographicalschema.model that return PointContour Modifier and Type Method Description PointContour
GeographicalSchemaFactory. createPointContour()
Returns a new object of class 'Point Contour'.Methods in com._1c.g5.v8.dt.geographicalschema.model that return types with arguments of type PointContour Modifier and Type Method Description org.eclipse.emf.common.util.EList<PointContour>
PolygonShape. getContours()
Returns the value of the 'Contours' containment reference list.org.eclipse.emf.common.util.EList<PointContour>
PolylineShape. getSegments()
Returns the value of the 'Segments' containment reference list. -
Uses of PointContour in com._1c.g5.v8.dt.geographicalschema.model.impl
Classes in com._1c.g5.v8.dt.geographicalschema.model.impl that implement PointContour Modifier and Type Class Description class
PointContourImpl
An implementation of the model object 'Point Contour'.Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return PointContour Modifier and Type Method Description PointContour
GeographicalSchemaFactoryImpl. createPointContour()
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return types with arguments of type PointContour Modifier and Type Method Description org.eclipse.emf.common.util.EList<PointContour>
PolygonShapeImpl. getContours()
org.eclipse.emf.common.util.EList<PointContour>
PolylineShapeImpl. getSegments()
-
Uses of PointContour in com._1c.g5.v8.dt.geographicalschema.model.util
Methods in com._1c.g5.v8.dt.geographicalschema.model.util with parameters of type PointContour Modifier and Type Method Description T
GeographicalSchemaSwitch. casePointContour(PointContour object)
Returns the result of interpreting the object as an instance of 'Point Contour'.
-