Uses of Interface
net.opengis.gml311.EllipsoidalCSRefType
-
Packages that use EllipsoidalCSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of EllipsoidalCSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return EllipsoidalCSRefType Modifier and Type Method Description EllipsoidalCSRefType
Gml311Factory. createEllipsoidalCSRefType()
Returns a new object of class 'Ellipsoidal CS Ref Type'.EllipsoidalCSRefType
DocumentRoot. getEllipsoidalCSRef()
Returns the value of the 'Ellipsoidal CS Ref' containment reference.EllipsoidalCSRefType
DocumentRoot. getUsesEllipsoidalCS()
Returns the value of the 'Uses Ellipsoidal CS' containment reference.EllipsoidalCSRefType
GeographicCRSType. getUsesEllipsoidalCS()
Returns the value of the 'Uses Ellipsoidal CS' containment reference.Methods in net.opengis.gml311 with parameters of type EllipsoidalCSRefType Modifier and Type Method Description void
DocumentRoot. setEllipsoidalCSRef(EllipsoidalCSRefType value)
Sets the value of the 'Ellipsoidal CS Ref
' containment reference.void
DocumentRoot. setUsesEllipsoidalCS(EllipsoidalCSRefType value)
Sets the value of the 'Uses Ellipsoidal CS
' containment reference.void
GeographicCRSType. setUsesEllipsoidalCS(EllipsoidalCSRefType value)
Sets the value of the 'Uses Ellipsoidal CS
' containment reference. -
Uses of EllipsoidalCSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement EllipsoidalCSRefType Modifier and Type Class Description class
EllipsoidalCSRefTypeImpl
An implementation of the model object 'Ellipsoidal CS Ref Type'.Fields in net.opengis.gml311.impl declared as EllipsoidalCSRefType Modifier and Type Field Description protected EllipsoidalCSRefType
GeographicCRSTypeImpl. usesEllipsoidalCS
The cached value of the 'Uses Ellipsoidal CS
' containment reference.Methods in net.opengis.gml311.impl that return EllipsoidalCSRefType Modifier and Type Method Description EllipsoidalCSRefType
Gml311FactoryImpl. createEllipsoidalCSRefType()
EllipsoidalCSRefType
DocumentRootImpl. getEllipsoidalCSRef()
EllipsoidalCSRefType
DocumentRootImpl. getUsesEllipsoidalCS()
EllipsoidalCSRefType
GeographicCRSTypeImpl. getUsesEllipsoidalCS()
Methods in net.opengis.gml311.impl with parameters of type EllipsoidalCSRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetEllipsoidalCSRef(EllipsoidalCSRefType newEllipsoidalCSRef, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetUsesEllipsoidalCS(EllipsoidalCSRefType newUsesEllipsoidalCS, NotificationChain msgs)
NotificationChain
GeographicCRSTypeImpl. basicSetUsesEllipsoidalCS(EllipsoidalCSRefType newUsesEllipsoidalCS, NotificationChain msgs)
void
DocumentRootImpl. setEllipsoidalCSRef(EllipsoidalCSRefType newEllipsoidalCSRef)
void
DocumentRootImpl. setUsesEllipsoidalCS(EllipsoidalCSRefType newUsesEllipsoidalCS)
void
GeographicCRSTypeImpl. setUsesEllipsoidalCS(EllipsoidalCSRefType newUsesEllipsoidalCS)
-
Uses of EllipsoidalCSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type EllipsoidalCSRefType Modifier and Type Method Description T
Gml311Switch. caseEllipsoidalCSRefType(EllipsoidalCSRefType object)
Returns the result of interpreting the object as an instance of 'Ellipsoidal CS Ref Type'.boolean
Gml311Validator. validateEllipsoidalCSRefType(EllipsoidalCSRefType ellipsoidalCSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-