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.gmlMethods in net.opengis.gml that return PointType Modifier and Type Method Description PointTypeGmlFactory. createPointType()Returns a new object of class 'Point Type'.PointTypeRectifiedGridType. getOrigin()Returns the value of the 'Origin' containment reference.Methods in net.opengis.gml with parameters of type PointType Modifier and Type Method Description voidRectifiedGridType. setOrigin(PointType value)Sets the value of the 'Origin' containment reference.
- 
Uses of PointType in net.opengis.gml.implClasses in net.opengis.gml.impl that implement PointType Modifier and Type Class Description classPointTypeImplAn implementation of the model object 'Point Type'.Fields in net.opengis.gml.impl declared as PointType Modifier and Type Field Description protected PointTypeRectifiedGridTypeImpl. originThe cached value of the 'Origin' containment reference.Methods in net.opengis.gml.impl that return PointType Modifier and Type Method Description PointTypeGmlFactoryImpl. createPointType()PointTypeRectifiedGridTypeImpl. getOrigin()Methods in net.opengis.gml.impl with parameters of type PointType Modifier and Type Method Description NotificationChainRectifiedGridTypeImpl. basicSetOrigin(PointType newOrigin, NotificationChain msgs)voidRectifiedGridTypeImpl. setOrigin(PointType newOrigin)
- 
Uses of PointType in net.opengis.gml.utilMethods in net.opengis.gml.util with parameters of type PointType Modifier and Type Method Description ObjectGmlSwitch. casePointType(PointType object)Returns the result of interpreting the object as an instance of 'Point Type'.booleanGmlValidator. validatePointType(PointType pointType, DiagnosticChain diagnostics, Map context)
- 
Uses of PointType in net.opengis.gml.validationMethods in net.opengis.gml.validation with parameters of type PointType Modifier and Type Method Description booleanRectifiedGridTypeValidator. validateOrigin(PointType value)
 
-