Uses of Interface
net.opengis.gml311.PointType
-
Packages that use PointType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of PointType in net.opengis.gml311
Methods in net.opengis.gml311 that return PointType Modifier and Type Method Description PointType
Gml311Factory. createPointType()
Returns a new object of class 'Point Type'.PointType
DocumentRoot. getPoint()
Returns the value of the 'Point' containment reference.PointType
PointPropertyType. getPoint()
Returns the value of the 'Point' containment reference.Methods in net.opengis.gml311 that return types with arguments of type PointType Modifier and Type Method Description EList<PointType>
PointArrayPropertyType. getPoint()
Returns the value of the 'Point' containment reference list.Methods in net.opengis.gml311 with parameters of type PointType Modifier and Type Method Description void
DocumentRoot. setPoint(PointType value)
Sets the value of the 'Point
' containment reference.void
PointPropertyType. setPoint(PointType value)
Sets the value of the 'Point
' containment reference. -
Uses of PointType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PointType Modifier and Type Class Description class
PointTypeImpl
An implementation of the model object 'Point Type'.Fields in net.opengis.gml311.impl declared as PointType Modifier and Type Field Description protected PointType
PointPropertyTypeImpl. point
The cached value of the 'Point
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type PointType Modifier and Type Field Description protected EList<PointType>
PointArrayPropertyTypeImpl. point
The cached value of the 'Point
' containment reference list.Methods in net.opengis.gml311.impl that return PointType Modifier and Type Method Description PointType
Gml311FactoryImpl. createPointType()
PointType
DocumentRootImpl. getPoint()
PointType
PointPropertyTypeImpl. getPoint()
Methods in net.opengis.gml311.impl that return types with arguments of type PointType Modifier and Type Method Description EList<PointType>
PointArrayPropertyTypeImpl. getPoint()
Methods in net.opengis.gml311.impl with parameters of type PointType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetPoint(PointType newPoint, NotificationChain msgs)
NotificationChain
PointPropertyTypeImpl. basicSetPoint(PointType newPoint, NotificationChain msgs)
void
DocumentRootImpl. setPoint(PointType newPoint)
void
PointPropertyTypeImpl. setPoint(PointType newPoint)
-
Uses of PointType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PointType Modifier and Type Method Description T
Gml311Switch. casePointType(PointType object)
Returns the result of interpreting the object as an instance of 'Point Type'.boolean
Gml311Validator. validatePointType(PointType pointType, DiagnosticChain diagnostics, Map<Object,Object> context)
-