Uses of Interface
net.opengis.gml311.EllipsoidalCSType
-
Packages that use EllipsoidalCSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of EllipsoidalCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return EllipsoidalCSType Modifier and Type Method Description EllipsoidalCSType
Gml311Factory. createEllipsoidalCSType()
Returns a new object of class 'Ellipsoidal CS Type'.EllipsoidalCSType
DocumentRoot. getEllipsoidalCS()
Returns the value of the 'Ellipsoidal CS' containment reference.EllipsoidalCSType
EllipsoidalCSRefType. getEllipsoidalCS()
Returns the value of the 'Ellipsoidal CS' containment reference.Methods in net.opengis.gml311 with parameters of type EllipsoidalCSType Modifier and Type Method Description void
DocumentRoot. setEllipsoidalCS(EllipsoidalCSType value)
Sets the value of the 'Ellipsoidal CS
' containment reference.void
EllipsoidalCSRefType. setEllipsoidalCS(EllipsoidalCSType value)
Sets the value of the 'Ellipsoidal CS
' containment reference. -
Uses of EllipsoidalCSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement EllipsoidalCSType Modifier and Type Class Description class
EllipsoidalCSTypeImpl
An implementation of the model object 'Ellipsoidal CS Type'.Fields in net.opengis.gml311.impl declared as EllipsoidalCSType Modifier and Type Field Description protected EllipsoidalCSType
EllipsoidalCSRefTypeImpl. ellipsoidalCS
The cached value of the 'Ellipsoidal CS
' containment reference.Methods in net.opengis.gml311.impl that return EllipsoidalCSType Modifier and Type Method Description EllipsoidalCSType
Gml311FactoryImpl. createEllipsoidalCSType()
EllipsoidalCSType
DocumentRootImpl. getEllipsoidalCS()
EllipsoidalCSType
EllipsoidalCSRefTypeImpl. getEllipsoidalCS()
Methods in net.opengis.gml311.impl with parameters of type EllipsoidalCSType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetEllipsoidalCS(EllipsoidalCSType newEllipsoidalCS, NotificationChain msgs)
NotificationChain
EllipsoidalCSRefTypeImpl. basicSetEllipsoidalCS(EllipsoidalCSType newEllipsoidalCS, NotificationChain msgs)
void
DocumentRootImpl. setEllipsoidalCS(EllipsoidalCSType newEllipsoidalCS)
void
EllipsoidalCSRefTypeImpl. setEllipsoidalCS(EllipsoidalCSType newEllipsoidalCS)
-
Uses of EllipsoidalCSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type EllipsoidalCSType Modifier and Type Method Description T
Gml311Switch. caseEllipsoidalCSType(EllipsoidalCSType object)
Returns the result of interpreting the object as an instance of 'Ellipsoidal CS Type'.boolean
Gml311Validator. validateEllipsoidalCSType(EllipsoidalCSType ellipsoidalCSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-