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 SphericalCSRefTypeGml311Factory. createSphericalCSRefType()Returns a new object of class 'Spherical CS Ref Type'.SphericalCSRefTypeDocumentRoot. getSphericalCSRef()Returns the value of the 'Spherical CS Ref' containment reference.SphericalCSRefTypeDocumentRoot. getUsesSphericalCS()Returns the value of the 'Uses Spherical CS' containment reference.SphericalCSRefTypeGeocentricCRSType. 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 voidDocumentRoot. setSphericalCSRef(SphericalCSRefType value)Sets the value of the 'Spherical CS Ref' containment reference.voidDocumentRoot. setUsesSphericalCS(SphericalCSRefType value)Sets the value of the 'Uses Spherical CS' containment reference.voidGeocentricCRSType. 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 classSphericalCSRefTypeImplAn implementation of the model object 'Spherical CS Ref Type'.Fields in net.opengis.gml311.impl declared as SphericalCSRefType Modifier and Type Field Description protected SphericalCSRefTypeGeocentricCRSTypeImpl. usesSphericalCSThe cached value of the 'Uses Spherical CS' containment reference.Methods in net.opengis.gml311.impl that return SphericalCSRefType Modifier and Type Method Description SphericalCSRefTypeGml311FactoryImpl. createSphericalCSRefType()SphericalCSRefTypeDocumentRootImpl. getSphericalCSRef()SphericalCSRefTypeDocumentRootImpl. getUsesSphericalCS()SphericalCSRefTypeGeocentricCRSTypeImpl. getUsesSphericalCS()Methods in net.opengis.gml311.impl with parameters of type SphericalCSRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetSphericalCSRef(SphericalCSRefType newSphericalCSRef, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetUsesSphericalCS(SphericalCSRefType newUsesSphericalCS, NotificationChain msgs)NotificationChainGeocentricCRSTypeImpl. basicSetUsesSphericalCS(SphericalCSRefType newUsesSphericalCS, NotificationChain msgs)voidDocumentRootImpl. setSphericalCSRef(SphericalCSRefType newSphericalCSRef)voidDocumentRootImpl. setUsesSphericalCS(SphericalCSRefType newUsesSphericalCS)voidGeocentricCRSTypeImpl. 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 TGml311Switch. caseSphericalCSRefType(SphericalCSRefType object)Returns the result of interpreting the object as an instance of 'Spherical CS Ref Type'.booleanGml311Validator. validateSphericalCSRefType(SphericalCSRefType sphericalCSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-