Uses of Interface
net.opengis.gml311.PointType
Packages that use PointType
-
Uses of PointType in net.opengis.gml311
Methods in net.opengis.gml311 that return PointTypeModifier and TypeMethodDescriptionGml311Factory.createPointType()
Returns a new object of class 'Point Type'.DocumentRoot.getPoint()
Returns the value of the 'Point' containment reference.PointPropertyType.getPoint()
Returns the value of the 'Point' containment reference.Methods in net.opengis.gml311 that return types with arguments of type PointTypeModifier and TypeMethodDescriptionEList<PointType>
PointArrayPropertyType.getPoint()
Returns the value of the 'Point' containment reference list.Methods in net.opengis.gml311 with parameters of type PointType -
Uses of PointType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PointTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Point Type'.Fields in net.opengis.gml311.impl declared as PointTypeModifier and TypeFieldDescriptionprotected PointType
PointPropertyTypeImpl.point
The cached value of the 'Point
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type PointTypeModifier and TypeFieldDescriptionprotected EList<PointType>
PointArrayPropertyTypeImpl.point
The cached value of the 'Point
' containment reference list.Methods in net.opengis.gml311.impl that return PointTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createPointType()
DocumentRootImpl.getPoint()
PointPropertyTypeImpl.getPoint()
Methods in net.opengis.gml311.impl that return types with arguments of type PointTypeMethods in net.opengis.gml311.impl with parameters of type PointTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetPoint
(PointType newPoint, NotificationChain msgs) NotificationChain
PointPropertyTypeImpl.basicSetPoint
(PointType newPoint, NotificationChain msgs) void
void
-
Uses of PointType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PointTypeModifier and TypeMethodDescriptionGml311Switch.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)