Uses of Interface
net.opengis.gml311.PolarCSRefType
-
Packages that use PolarCSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of PolarCSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return PolarCSRefType Modifier and Type Method Description PolarCSRefTypeGml311Factory. createPolarCSRefType()Returns a new object of class 'Polar CS Ref Type'.PolarCSRefTypeDocumentRoot. getPolarCSRef()Returns the value of the 'Polar CS Ref' containment reference.Methods in net.opengis.gml311 with parameters of type PolarCSRefType Modifier and Type Method Description voidDocumentRoot. setPolarCSRef(PolarCSRefType value)Sets the value of the 'Polar CS Ref' containment reference. -
Uses of PolarCSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PolarCSRefType Modifier and Type Class Description classPolarCSRefTypeImplAn implementation of the model object 'Polar CS Ref Type'.Methods in net.opengis.gml311.impl that return PolarCSRefType Modifier and Type Method Description PolarCSRefTypeGml311FactoryImpl. createPolarCSRefType()PolarCSRefTypeDocumentRootImpl. getPolarCSRef()Methods in net.opengis.gml311.impl with parameters of type PolarCSRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetPolarCSRef(PolarCSRefType newPolarCSRef, NotificationChain msgs)voidDocumentRootImpl. setPolarCSRef(PolarCSRefType newPolarCSRef) -
Uses of PolarCSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PolarCSRefType Modifier and Type Method Description TGml311Switch. casePolarCSRefType(PolarCSRefType object)Returns the result of interpreting the object as an instance of 'Polar CS Ref Type'.booleanGml311Validator. validatePolarCSRefType(PolarCSRefType polarCSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-