Uses of Interface
net.opengis.gml311.EllipsoidBaseType
-
Packages that use EllipsoidBaseType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of EllipsoidBaseType in net.opengis.gml311
Subinterfaces of EllipsoidBaseType in net.opengis.gml311 Modifier and Type Interface Description interfaceEllipsoidTypeA representation of the model object 'Ellipsoid Type'. -
Uses of EllipsoidBaseType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement EllipsoidBaseType Modifier and Type Class Description classEllipsoidBaseTypeImplAn implementation of the model object 'Ellipsoid Base Type'.classEllipsoidTypeImplAn implementation of the model object 'Ellipsoid Type'. -
Uses of EllipsoidBaseType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type EllipsoidBaseType Modifier and Type Method Description TGml311Switch. caseEllipsoidBaseType(EllipsoidBaseType object)Returns the result of interpreting the object as an instance of 'Ellipsoid Base Type'.booleanGml311Validator. validateEllipsoidBaseType(EllipsoidBaseType ellipsoidBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-