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 EllipsoidalCSRefTypeGml311Factory. createEllipsoidalCSRefType()Returns a new object of class 'Ellipsoidal CS Ref Type'.EllipsoidalCSRefTypeDocumentRoot. getEllipsoidalCSRef()Returns the value of the 'Ellipsoidal CS Ref' containment reference.EllipsoidalCSRefTypeDocumentRoot. getUsesEllipsoidalCS()Returns the value of the 'Uses Ellipsoidal CS' containment reference.EllipsoidalCSRefTypeGeographicCRSType. 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 voidDocumentRoot. setEllipsoidalCSRef(EllipsoidalCSRefType value)Sets the value of the 'Ellipsoidal CS Ref' containment reference.voidDocumentRoot. setUsesEllipsoidalCS(EllipsoidalCSRefType value)Sets the value of the 'Uses Ellipsoidal CS' containment reference.voidGeographicCRSType. 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 classEllipsoidalCSRefTypeImplAn implementation of the model object 'Ellipsoidal CS Ref Type'.Fields in net.opengis.gml311.impl declared as EllipsoidalCSRefType Modifier and Type Field Description protected EllipsoidalCSRefTypeGeographicCRSTypeImpl. usesEllipsoidalCSThe cached value of the 'Uses Ellipsoidal CS' containment reference.Methods in net.opengis.gml311.impl that return EllipsoidalCSRefType Modifier and Type Method Description EllipsoidalCSRefTypeGml311FactoryImpl. createEllipsoidalCSRefType()EllipsoidalCSRefTypeDocumentRootImpl. getEllipsoidalCSRef()EllipsoidalCSRefTypeDocumentRootImpl. getUsesEllipsoidalCS()EllipsoidalCSRefTypeGeographicCRSTypeImpl. getUsesEllipsoidalCS()Methods in net.opengis.gml311.impl with parameters of type EllipsoidalCSRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetEllipsoidalCSRef(EllipsoidalCSRefType newEllipsoidalCSRef, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetUsesEllipsoidalCS(EllipsoidalCSRefType newUsesEllipsoidalCS, NotificationChain msgs)NotificationChainGeographicCRSTypeImpl. basicSetUsesEllipsoidalCS(EllipsoidalCSRefType newUsesEllipsoidalCS, NotificationChain msgs)voidDocumentRootImpl. setEllipsoidalCSRef(EllipsoidalCSRefType newEllipsoidalCSRef)voidDocumentRootImpl. setUsesEllipsoidalCS(EllipsoidalCSRefType newUsesEllipsoidalCS)voidGeographicCRSTypeImpl. 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 TGml311Switch. caseEllipsoidalCSRefType(EllipsoidalCSRefType object)Returns the result of interpreting the object as an instance of 'Ellipsoidal CS Ref Type'.booleanGml311Validator. validateEllipsoidalCSRefType(EllipsoidalCSRefType ellipsoidalCSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-