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 EllipsoidTypeGml311Factory. createEllipsoidType()Returns a new object of class 'Ellipsoid Type'.EllipsoidTypeDocumentRoot. getEllipsoid()Returns the value of the 'Ellipsoid' containment reference.EllipsoidTypeEllipsoidRefType. getEllipsoid()Returns the value of the 'Ellipsoid' containment reference.Methods in net.opengis.gml311 with parameters of type EllipsoidType Modifier and Type Method Description voidDocumentRoot. setEllipsoid(EllipsoidType value)Sets the value of the 'Ellipsoid' containment reference.voidEllipsoidRefType. 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 classEllipsoidTypeImplAn implementation of the model object 'Ellipsoid Type'.Fields in net.opengis.gml311.impl declared as EllipsoidType Modifier and Type Field Description protected EllipsoidTypeEllipsoidRefTypeImpl. ellipsoidThe cached value of the 'Ellipsoid' containment reference.Methods in net.opengis.gml311.impl that return EllipsoidType Modifier and Type Method Description EllipsoidTypeGml311FactoryImpl. createEllipsoidType()EllipsoidTypeDocumentRootImpl. getEllipsoid()EllipsoidTypeEllipsoidRefTypeImpl. getEllipsoid()Methods in net.opengis.gml311.impl with parameters of type EllipsoidType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetEllipsoid(EllipsoidType newEllipsoid, NotificationChain msgs)NotificationChainEllipsoidRefTypeImpl. basicSetEllipsoid(EllipsoidType newEllipsoid, NotificationChain msgs)voidDocumentRootImpl. setEllipsoid(EllipsoidType newEllipsoid)voidEllipsoidRefTypeImpl. 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 TGml311Switch. caseEllipsoidType(EllipsoidType object)Returns the result of interpreting the object as an instance of 'Ellipsoid Type'.booleanGml311Validator. validateEllipsoidType(EllipsoidType ellipsoidType, DiagnosticChain diagnostics, Map<Object,Object> context)
-