Uses of Interface
net.opengis.gml311.AbstractCoordinateSystemType
-
Packages that use AbstractCoordinateSystemType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractCoordinateSystemType in net.opengis.gml311
Subinterfaces of AbstractCoordinateSystemType in net.opengis.gml311 Modifier and Type Interface Description 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'.Methods in net.opengis.gml311 that return AbstractCoordinateSystemType Modifier and Type Method Description AbstractCoordinateSystemTypeCoordinateSystemRefType. getCoordinateSystem()Returns the value of the 'Coordinate System' containment reference.AbstractCoordinateSystemTypeDocumentRoot. getCoordinateSystem()Returns the value of the 'Coordinate System' containment reference. -
Uses of AbstractCoordinateSystemType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractCoordinateSystemType Modifier and Type Class Description 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'.Methods in net.opengis.gml311.impl that return AbstractCoordinateSystemType Modifier and Type Method Description AbstractCoordinateSystemTypeCoordinateSystemRefTypeImpl. getCoordinateSystem()AbstractCoordinateSystemTypeDocumentRootImpl. getCoordinateSystem()Methods in net.opengis.gml311.impl with parameters of type AbstractCoordinateSystemType Modifier and Type Method Description NotificationChainCoordinateSystemRefTypeImpl. basicSetCoordinateSystem(AbstractCoordinateSystemType newCoordinateSystem, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetCoordinateSystem(AbstractCoordinateSystemType newCoordinateSystem, NotificationChain msgs) -
Uses of AbstractCoordinateSystemType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractCoordinateSystemType Modifier and Type Method Description TGml311Switch. caseAbstractCoordinateSystemType(AbstractCoordinateSystemType object)Returns the result of interpreting the object as an instance of 'Abstract Coordinate System Type'.booleanGml311Validator. validateAbstractCoordinateSystemType(AbstractCoordinateSystemType abstractCoordinateSystemType, DiagnosticChain diagnostics, Map<Object,Object> context)
-