Uses of Interface
net.opengis.gml.PointType
Packages that use PointType
Package
Description
-
Uses of PointType in net.opengis.gml
Methods in net.opengis.gml that return PointTypeModifier and TypeMethodDescriptionGmlFactory.createPointType()
Returns a new object of class 'Point Type'.RectifiedGridType.getOrigin()
Returns the value of the 'Origin' containment reference.Methods in net.opengis.gml with parameters of type PointType -
Uses of PointType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement PointTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Point Type'.Fields in net.opengis.gml.impl declared as PointTypeModifier and TypeFieldDescriptionprotected PointType
RectifiedGridTypeImpl.origin
The cached value of the 'Origin
' containment reference.Methods in net.opengis.gml.impl that return PointTypeModifier and TypeMethodDescriptionGmlFactoryImpl.createPointType()
RectifiedGridTypeImpl.getOrigin()
Methods in net.opengis.gml.impl with parameters of type PointTypeModifier and TypeMethodDescriptionNotificationChain
RectifiedGridTypeImpl.basicSetOrigin
(PointType newOrigin, NotificationChain msgs) void
-
Uses of PointType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type PointTypeModifier and TypeMethodDescriptionGmlSwitch.casePointType
(PointType object) Returns the result of interpreting the object as an instance of 'Point Type'.boolean
GmlValidator.validatePointType
(PointType pointType, DiagnosticChain diagnostics, Map context) -
Uses of PointType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type PointTypeModifier and TypeMethodDescriptionboolean
RectifiedGridTypeValidator.validateOrigin
(PointType value)