Uses of Interface
net.opengis.gml311.SphericalCSRefType
-
Packages that use SphericalCSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of SphericalCSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return SphericalCSRefType Modifier and Type Method Description SphericalCSRefType
Gml311Factory. createSphericalCSRefType()
Returns a new object of class 'Spherical CS Ref Type'.SphericalCSRefType
DocumentRoot. getSphericalCSRef()
Returns the value of the 'Spherical CS Ref' containment reference.SphericalCSRefType
DocumentRoot. getUsesSphericalCS()
Returns the value of the 'Uses Spherical CS' containment reference.SphericalCSRefType
GeocentricCRSType. getUsesSphericalCS()
Returns the value of the 'Uses Spherical CS' containment reference.Methods in net.opengis.gml311 with parameters of type SphericalCSRefType Modifier and Type Method Description void
DocumentRoot. setSphericalCSRef(SphericalCSRefType value)
Sets the value of the 'Spherical CS Ref
' containment reference.void
DocumentRoot. setUsesSphericalCS(SphericalCSRefType value)
Sets the value of the 'Uses Spherical CS
' containment reference.void
GeocentricCRSType. setUsesSphericalCS(SphericalCSRefType value)
Sets the value of the 'Uses Spherical CS
' containment reference. -
Uses of SphericalCSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SphericalCSRefType Modifier and Type Class Description class
SphericalCSRefTypeImpl
An implementation of the model object 'Spherical CS Ref Type'.Fields in net.opengis.gml311.impl declared as SphericalCSRefType Modifier and Type Field Description protected SphericalCSRefType
GeocentricCRSTypeImpl. usesSphericalCS
The cached value of the 'Uses Spherical CS
' containment reference.Methods in net.opengis.gml311.impl that return SphericalCSRefType Modifier and Type Method Description SphericalCSRefType
Gml311FactoryImpl. createSphericalCSRefType()
SphericalCSRefType
DocumentRootImpl. getSphericalCSRef()
SphericalCSRefType
DocumentRootImpl. getUsesSphericalCS()
SphericalCSRefType
GeocentricCRSTypeImpl. getUsesSphericalCS()
Methods in net.opengis.gml311.impl with parameters of type SphericalCSRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetSphericalCSRef(SphericalCSRefType newSphericalCSRef, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetUsesSphericalCS(SphericalCSRefType newUsesSphericalCS, NotificationChain msgs)
NotificationChain
GeocentricCRSTypeImpl. basicSetUsesSphericalCS(SphericalCSRefType newUsesSphericalCS, NotificationChain msgs)
void
DocumentRootImpl. setSphericalCSRef(SphericalCSRefType newSphericalCSRef)
void
DocumentRootImpl. setUsesSphericalCS(SphericalCSRefType newUsesSphericalCS)
void
GeocentricCRSTypeImpl. setUsesSphericalCS(SphericalCSRefType newUsesSphericalCS)
-
Uses of SphericalCSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SphericalCSRefType Modifier and Type Method Description T
Gml311Switch. caseSphericalCSRefType(SphericalCSRefType object)
Returns the result of interpreting the object as an instance of 'Spherical CS Ref Type'.boolean
Gml311Validator. validateSphericalCSRefType(SphericalCSRefType sphericalCSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-