Uses of Interface
net.opengis.gml311.PolarCSType
-
Packages that use PolarCSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of PolarCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return PolarCSType Modifier and Type Method Description PolarCSType
Gml311Factory. createPolarCSType()
Returns a new object of class 'Polar CS Type'.PolarCSType
DocumentRoot. getPolarCS()
Returns the value of the 'Polar CS' containment reference.PolarCSType
PolarCSRefType. getPolarCS()
Returns the value of the 'Polar CS' containment reference.Methods in net.opengis.gml311 with parameters of type PolarCSType Modifier and Type Method Description void
DocumentRoot. setPolarCS(PolarCSType value)
Sets the value of the 'Polar CS
' containment reference.void
PolarCSRefType. setPolarCS(PolarCSType value)
Sets the value of the 'Polar CS
' containment reference. -
Uses of PolarCSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PolarCSType Modifier and Type Class Description class
PolarCSTypeImpl
An implementation of the model object 'Polar CS Type'.Fields in net.opengis.gml311.impl declared as PolarCSType Modifier and Type Field Description protected PolarCSType
PolarCSRefTypeImpl. polarCS
The cached value of the 'Polar CS
' containment reference.Methods in net.opengis.gml311.impl that return PolarCSType Modifier and Type Method Description PolarCSType
Gml311FactoryImpl. createPolarCSType()
PolarCSType
DocumentRootImpl. getPolarCS()
PolarCSType
PolarCSRefTypeImpl. getPolarCS()
Methods in net.opengis.gml311.impl with parameters of type PolarCSType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetPolarCS(PolarCSType newPolarCS, NotificationChain msgs)
NotificationChain
PolarCSRefTypeImpl. basicSetPolarCS(PolarCSType newPolarCS, NotificationChain msgs)
void
DocumentRootImpl. setPolarCS(PolarCSType newPolarCS)
void
PolarCSRefTypeImpl. setPolarCS(PolarCSType newPolarCS)
-
Uses of PolarCSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PolarCSType Modifier and Type Method Description T
Gml311Switch. casePolarCSType(PolarCSType object)
Returns the result of interpreting the object as an instance of 'Polar CS Type'.boolean
Gml311Validator. validatePolarCSType(PolarCSType polarCSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-