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 EllipsoidRefTypeGml311Factory. createEllipsoidRefType()Returns a new object of class 'Ellipsoid Ref Type'.EllipsoidRefTypeDocumentRoot. getEllipsoidRef()Returns the value of the 'Ellipsoid Ref' containment reference.EllipsoidRefTypeDocumentRoot. getUsesEllipsoid()Returns the value of the 'Uses Ellipsoid' containment reference.EllipsoidRefTypeGeodeticDatumType. 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 voidDocumentRoot. setEllipsoidRef(EllipsoidRefType value)Sets the value of the 'Ellipsoid Ref' containment reference.voidDocumentRoot. setUsesEllipsoid(EllipsoidRefType value)Sets the value of the 'Uses Ellipsoid' containment reference.voidGeodeticDatumType. 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 classEllipsoidRefTypeImplAn implementation of the model object 'Ellipsoid Ref Type'.Fields in net.opengis.gml311.impl declared as EllipsoidRefType Modifier and Type Field Description protected EllipsoidRefTypeGeodeticDatumTypeImpl. usesEllipsoidThe cached value of the 'Uses Ellipsoid' containment reference.Methods in net.opengis.gml311.impl that return EllipsoidRefType Modifier and Type Method Description EllipsoidRefTypeGml311FactoryImpl. createEllipsoidRefType()EllipsoidRefTypeDocumentRootImpl. getEllipsoidRef()EllipsoidRefTypeDocumentRootImpl. getUsesEllipsoid()EllipsoidRefTypeGeodeticDatumTypeImpl. getUsesEllipsoid()Methods in net.opengis.gml311.impl with parameters of type EllipsoidRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetEllipsoidRef(EllipsoidRefType newEllipsoidRef, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetUsesEllipsoid(EllipsoidRefType newUsesEllipsoid, NotificationChain msgs)NotificationChainGeodeticDatumTypeImpl. basicSetUsesEllipsoid(EllipsoidRefType newUsesEllipsoid, NotificationChain msgs)voidDocumentRootImpl. setEllipsoidRef(EllipsoidRefType newEllipsoidRef)voidDocumentRootImpl. setUsesEllipsoid(EllipsoidRefType newUsesEllipsoid)voidGeodeticDatumTypeImpl. 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 TGml311Switch. caseEllipsoidRefType(EllipsoidRefType object)Returns the result of interpreting the object as an instance of 'Ellipsoid Ref Type'.booleanGml311Validator. validateEllipsoidRefType(EllipsoidRefType ellipsoidRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-