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