Uses of Interface
net.opengis.gml311.SphericalCSType
-
Packages that use SphericalCSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of SphericalCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return SphericalCSType Modifier and Type Method Description SphericalCSType
Gml311Factory. createSphericalCSType()
Returns a new object of class 'Spherical CS Type'.SphericalCSType
DocumentRoot. getSphericalCS()
Returns the value of the 'Spherical CS' containment reference.SphericalCSType
SphericalCSRefType. getSphericalCS()
Returns the value of the 'Spherical CS' containment reference.Methods in net.opengis.gml311 with parameters of type SphericalCSType Modifier and Type Method Description void
DocumentRoot. setSphericalCS(SphericalCSType value)
Sets the value of the 'Spherical CS
' containment reference.void
SphericalCSRefType. setSphericalCS(SphericalCSType value)
Sets the value of the 'Spherical CS
' containment reference. -
Uses of SphericalCSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SphericalCSType Modifier and Type Class Description class
SphericalCSTypeImpl
An implementation of the model object 'Spherical CS Type'.Fields in net.opengis.gml311.impl declared as SphericalCSType Modifier and Type Field Description protected SphericalCSType
SphericalCSRefTypeImpl. sphericalCS
The cached value of the 'Spherical CS
' containment reference.Methods in net.opengis.gml311.impl that return SphericalCSType Modifier and Type Method Description SphericalCSType
Gml311FactoryImpl. createSphericalCSType()
SphericalCSType
DocumentRootImpl. getSphericalCS()
SphericalCSType
SphericalCSRefTypeImpl. getSphericalCS()
Methods in net.opengis.gml311.impl with parameters of type SphericalCSType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetSphericalCS(SphericalCSType newSphericalCS, NotificationChain msgs)
NotificationChain
SphericalCSRefTypeImpl. basicSetSphericalCS(SphericalCSType newSphericalCS, NotificationChain msgs)
void
DocumentRootImpl. setSphericalCS(SphericalCSType newSphericalCS)
void
SphericalCSRefTypeImpl. setSphericalCS(SphericalCSType newSphericalCS)
-
Uses of SphericalCSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SphericalCSType Modifier and Type Method Description T
Gml311Switch. caseSphericalCSType(SphericalCSType object)
Returns the result of interpreting the object as an instance of 'Spherical CS Type'.boolean
Gml311Validator. validateSphericalCSType(SphericalCSType sphericalCSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-