Uses of Interface
net.opengis.gml311.EllipsoidRefType
-
Packages that use EllipsoidRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of EllipsoidRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return EllipsoidRefType Modifier and Type Method Description EllipsoidRefType
Gml311Factory. createEllipsoidRefType()
Returns a new object of class 'Ellipsoid Ref Type'.EllipsoidRefType
DocumentRoot. getEllipsoidRef()
Returns the value of the 'Ellipsoid Ref' containment reference.EllipsoidRefType
DocumentRoot. getUsesEllipsoid()
Returns the value of the 'Uses Ellipsoid' containment reference.EllipsoidRefType
GeodeticDatumType. getUsesEllipsoid()
Returns the value of the 'Uses Ellipsoid' containment reference.Methods in net.opengis.gml311 with parameters of type EllipsoidRefType Modifier and Type Method Description void
DocumentRoot. setEllipsoidRef(EllipsoidRefType value)
Sets the value of the 'Ellipsoid Ref
' containment reference.void
DocumentRoot. setUsesEllipsoid(EllipsoidRefType value)
Sets the value of the 'Uses Ellipsoid
' containment reference.void
GeodeticDatumType. setUsesEllipsoid(EllipsoidRefType value)
Sets the value of the 'Uses Ellipsoid
' containment reference. -
Uses of EllipsoidRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement EllipsoidRefType Modifier and Type Class Description class
EllipsoidRefTypeImpl
An implementation of the model object 'Ellipsoid Ref Type'.Fields in net.opengis.gml311.impl declared as EllipsoidRefType Modifier and Type Field Description protected EllipsoidRefType
GeodeticDatumTypeImpl. usesEllipsoid
The cached value of the 'Uses Ellipsoid
' containment reference.Methods in net.opengis.gml311.impl that return EllipsoidRefType Modifier and Type Method Description EllipsoidRefType
Gml311FactoryImpl. createEllipsoidRefType()
EllipsoidRefType
DocumentRootImpl. getEllipsoidRef()
EllipsoidRefType
DocumentRootImpl. getUsesEllipsoid()
EllipsoidRefType
GeodeticDatumTypeImpl. getUsesEllipsoid()
Methods in net.opengis.gml311.impl with parameters of type EllipsoidRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetEllipsoidRef(EllipsoidRefType newEllipsoidRef, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetUsesEllipsoid(EllipsoidRefType newUsesEllipsoid, NotificationChain msgs)
NotificationChain
GeodeticDatumTypeImpl. basicSetUsesEllipsoid(EllipsoidRefType newUsesEllipsoid, NotificationChain msgs)
void
DocumentRootImpl. setEllipsoidRef(EllipsoidRefType newEllipsoidRef)
void
DocumentRootImpl. setUsesEllipsoid(EllipsoidRefType newUsesEllipsoid)
void
GeodeticDatumTypeImpl. setUsesEllipsoid(EllipsoidRefType newUsesEllipsoid)
-
Uses of EllipsoidRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type EllipsoidRefType Modifier and Type Method Description T
Gml311Switch. caseEllipsoidRefType(EllipsoidRefType object)
Returns the result of interpreting the object as an instance of 'Ellipsoid Ref Type'.boolean
Gml311Validator. validateEllipsoidRefType(EllipsoidRefType ellipsoidRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-