Uses of Interface
net.opengis.gml311.AbstractCoordinateSystemBaseType
-
Packages that use AbstractCoordinateSystemBaseType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractCoordinateSystemBaseType in net.opengis.gml311
Subinterfaces of AbstractCoordinateSystemBaseType in net.opengis.gml311 Modifier and Type Interface Description interfaceAbstractCoordinateSystemTypeA representation of the model object 'Abstract Coordinate System Type'.interfaceCartesianCSTypeA representation of the model object 'Cartesian CS Type'.interfaceCylindricalCSTypeA representation of the model object 'Cylindrical CS Type'.interfaceEllipsoidalCSTypeA representation of the model object 'Ellipsoidal CS Type'.interfaceLinearCSTypeA representation of the model object 'Linear CS Type'.interfaceObliqueCartesianCSTypeA representation of the model object 'Oblique Cartesian CS Type'.interfacePolarCSTypeA representation of the model object 'Polar CS Type'.interfaceSphericalCSTypeA representation of the model object 'Spherical CS Type'.interfaceTemporalCSTypeA representation of the model object 'Temporal CS Type'.interfaceUserDefinedCSTypeA representation of the model object 'User Defined CS Type'.interfaceVerticalCSTypeA representation of the model object 'Vertical CS Type'. -
Uses of AbstractCoordinateSystemBaseType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractCoordinateSystemBaseType Modifier and Type Class Description classAbstractCoordinateSystemBaseTypeImplAn implementation of the model object 'Abstract Coordinate System Base Type'.classAbstractCoordinateSystemTypeImplAn implementation of the model object 'Abstract Coordinate System Type'.classCartesianCSTypeImplAn implementation of the model object 'Cartesian CS Type'.classCylindricalCSTypeImplAn implementation of the model object 'Cylindrical CS Type'.classEllipsoidalCSTypeImplAn implementation of the model object 'Ellipsoidal CS Type'.classLinearCSTypeImplAn implementation of the model object 'Linear CS Type'.classObliqueCartesianCSTypeImplAn implementation of the model object 'Oblique Cartesian CS Type'.classPolarCSTypeImplAn implementation of the model object 'Polar CS Type'.classSphericalCSTypeImplAn implementation of the model object 'Spherical CS Type'.classTemporalCSTypeImplAn implementation of the model object 'Temporal CS Type'.classUserDefinedCSTypeImplAn implementation of the model object 'User Defined CS Type'.classVerticalCSTypeImplAn implementation of the model object 'Vertical CS Type'. -
Uses of AbstractCoordinateSystemBaseType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractCoordinateSystemBaseType Modifier and Type Method Description TGml311Switch. caseAbstractCoordinateSystemBaseType(AbstractCoordinateSystemBaseType object)Returns the result of interpreting the object as an instance of 'Abstract Coordinate System Base Type'.booleanGml311Validator. validateAbstractCoordinateSystemBaseType(AbstractCoordinateSystemBaseType abstractCoordinateSystemBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-