Uses of Interface
net.opengis.gml311.EllipsoidType
-
Packages that use EllipsoidType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of EllipsoidType in net.opengis.gml311
Methods in net.opengis.gml311 that return EllipsoidType Modifier and Type Method Description EllipsoidType
Gml311Factory. createEllipsoidType()
Returns a new object of class 'Ellipsoid Type'.EllipsoidType
DocumentRoot. getEllipsoid()
Returns the value of the 'Ellipsoid' containment reference.EllipsoidType
EllipsoidRefType. getEllipsoid()
Returns the value of the 'Ellipsoid' containment reference.Methods in net.opengis.gml311 with parameters of type EllipsoidType Modifier and Type Method Description void
DocumentRoot. setEllipsoid(EllipsoidType value)
Sets the value of the 'Ellipsoid
' containment reference.void
EllipsoidRefType. setEllipsoid(EllipsoidType value)
Sets the value of the 'Ellipsoid
' containment reference. -
Uses of EllipsoidType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement EllipsoidType Modifier and Type Class Description class
EllipsoidTypeImpl
An implementation of the model object 'Ellipsoid Type'.Fields in net.opengis.gml311.impl declared as EllipsoidType Modifier and Type Field Description protected EllipsoidType
EllipsoidRefTypeImpl. ellipsoid
The cached value of the 'Ellipsoid
' containment reference.Methods in net.opengis.gml311.impl that return EllipsoidType Modifier and Type Method Description EllipsoidType
Gml311FactoryImpl. createEllipsoidType()
EllipsoidType
DocumentRootImpl. getEllipsoid()
EllipsoidType
EllipsoidRefTypeImpl. getEllipsoid()
Methods in net.opengis.gml311.impl with parameters of type EllipsoidType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetEllipsoid(EllipsoidType newEllipsoid, NotificationChain msgs)
NotificationChain
EllipsoidRefTypeImpl. basicSetEllipsoid(EllipsoidType newEllipsoid, NotificationChain msgs)
void
DocumentRootImpl. setEllipsoid(EllipsoidType newEllipsoid)
void
EllipsoidRefTypeImpl. setEllipsoid(EllipsoidType newEllipsoid)
-
Uses of EllipsoidType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type EllipsoidType Modifier and Type Method Description T
Gml311Switch. caseEllipsoidType(EllipsoidType object)
Returns the result of interpreting the object as an instance of 'Ellipsoid Type'.boolean
Gml311Validator. validateEllipsoidType(EllipsoidType ellipsoidType, DiagnosticChain diagnostics, Map<Object,Object> context)
-