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 PolarCSRefType
Gml311Factory. createPolarCSRefType()
Returns a new object of class 'Polar CS Ref Type'.PolarCSRefType
DocumentRoot. 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 void
DocumentRoot. 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 class
PolarCSRefTypeImpl
An implementation of the model object 'Polar CS Ref Type'.Methods in net.opengis.gml311.impl that return PolarCSRefType Modifier and Type Method Description PolarCSRefType
Gml311FactoryImpl. createPolarCSRefType()
PolarCSRefType
DocumentRootImpl. getPolarCSRef()
Methods in net.opengis.gml311.impl with parameters of type PolarCSRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetPolarCSRef(PolarCSRefType newPolarCSRef, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. casePolarCSRefType(PolarCSRefType object)
Returns the result of interpreting the object as an instance of 'Polar CS Ref Type'.boolean
Gml311Validator. validatePolarCSRefType(PolarCSRefType polarCSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-