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 interface
EllipsoidType
A 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 class
EllipsoidBaseTypeImpl
An implementation of the model object 'Ellipsoid Base Type'.class
EllipsoidTypeImpl
An 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 T
Gml311Switch. caseEllipsoidBaseType(EllipsoidBaseType object)
Returns the result of interpreting the object as an instance of 'Ellipsoid Base Type'.boolean
Gml311Validator. validateEllipsoidBaseType(EllipsoidBaseType ellipsoidBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-