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 EllipsoidalCSTypeGml311Factory. createEllipsoidalCSType()Returns a new object of class 'Ellipsoidal CS Type'.EllipsoidalCSTypeDocumentRoot. getEllipsoidalCS()Returns the value of the 'Ellipsoidal CS' containment reference.EllipsoidalCSTypeEllipsoidalCSRefType. 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 voidDocumentRoot. setEllipsoidalCS(EllipsoidalCSType value)Sets the value of the 'Ellipsoidal CS' containment reference.voidEllipsoidalCSRefType. 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 classEllipsoidalCSTypeImplAn implementation of the model object 'Ellipsoidal CS Type'.Fields in net.opengis.gml311.impl declared as EllipsoidalCSType Modifier and Type Field Description protected EllipsoidalCSTypeEllipsoidalCSRefTypeImpl. ellipsoidalCSThe cached value of the 'Ellipsoidal CS' containment reference.Methods in net.opengis.gml311.impl that return EllipsoidalCSType Modifier and Type Method Description EllipsoidalCSTypeGml311FactoryImpl. createEllipsoidalCSType()EllipsoidalCSTypeDocumentRootImpl. getEllipsoidalCS()EllipsoidalCSTypeEllipsoidalCSRefTypeImpl. getEllipsoidalCS()Methods in net.opengis.gml311.impl with parameters of type EllipsoidalCSType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetEllipsoidalCS(EllipsoidalCSType newEllipsoidalCS, NotificationChain msgs)NotificationChainEllipsoidalCSRefTypeImpl. basicSetEllipsoidalCS(EllipsoidalCSType newEllipsoidalCS, NotificationChain msgs)voidDocumentRootImpl. setEllipsoidalCS(EllipsoidalCSType newEllipsoidalCS)voidEllipsoidalCSRefTypeImpl. 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 TGml311Switch. caseEllipsoidalCSType(EllipsoidalCSType object)Returns the result of interpreting the object as an instance of 'Ellipsoidal CS Type'.booleanGml311Validator. validateEllipsoidalCSType(EllipsoidalCSType ellipsoidalCSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-