Uses of Interface
net.opengis.gml.PointType
-
Packages that use PointType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation -
-
Uses of PointType in net.opengis.gml
Methods in net.opengis.gml that return PointType Modifier and Type Method Description PointType
GmlFactory. createPointType()
Returns a new object of class 'Point Type'.PointType
RectifiedGridType. getOrigin()
Returns the value of the 'Origin' containment reference.Methods in net.opengis.gml with parameters of type PointType Modifier and Type Method Description void
RectifiedGridType. setOrigin(PointType value)
Sets the value of the 'Origin
' containment reference. -
Uses of PointType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement PointType Modifier and Type Class Description class
PointTypeImpl
An implementation of the model object 'Point Type'.Fields in net.opengis.gml.impl declared as PointType Modifier and Type Field Description protected PointType
RectifiedGridTypeImpl. origin
The cached value of the 'Origin
' containment reference.Methods in net.opengis.gml.impl that return PointType Modifier and Type Method Description PointType
GmlFactoryImpl. createPointType()
PointType
RectifiedGridTypeImpl. getOrigin()
Methods in net.opengis.gml.impl with parameters of type PointType Modifier and Type Method Description NotificationChain
RectifiedGridTypeImpl. basicSetOrigin(PointType newOrigin, NotificationChain msgs)
void
RectifiedGridTypeImpl. setOrigin(PointType newOrigin)
-
Uses of PointType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type PointType Modifier and Type Method Description Object
GmlSwitch. 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 PointType Modifier and Type Method Description boolean
RectifiedGridTypeValidator. validateOrigin(PointType value)
-