Uses of Interface
net.opengis.gml.PointType
Packages that use PointType
Package
Description
- 
Uses of PointType in net.opengis.gmlMethods 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.implClasses in net.opengis.gml.impl that implement PointTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Point Type'.Fields in net.opengis.gml.impl declared as PointTypeModifier and TypeFieldDescriptionprotected PointTypeRectifiedGridTypeImpl.originThe 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 TypeMethodDescriptionNotificationChainRectifiedGridTypeImpl.basicSetOrigin(PointType newOrigin, NotificationChain msgs) void
- 
Uses of PointType in net.opengis.gml.utilMethods 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'.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 PointTypeModifier and TypeMethodDescriptionbooleanRectifiedGridTypeValidator.validateOrigin(PointType value)