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 interface
CartesianCSType
A representation of the model object 'Cartesian CS Type'.interface
CylindricalCSType
A representation of the model object 'Cylindrical CS Type'.interface
EllipsoidalCSType
A representation of the model object 'Ellipsoidal CS Type'.interface
LinearCSType
A representation of the model object 'Linear CS Type'.interface
ObliqueCartesianCSType
A representation of the model object 'Oblique Cartesian CS Type'.interface
PolarCSType
A representation of the model object 'Polar CS Type'.interface
SphericalCSType
A representation of the model object 'Spherical CS Type'.interface
TemporalCSType
A representation of the model object 'Temporal CS Type'.interface
UserDefinedCSType
A representation of the model object 'User Defined CS Type'.interface
VerticalCSType
A representation of the model object 'Vertical CS Type'.Methods in net.opengis.gml311 that return AbstractCoordinateSystemType Modifier and Type Method Description AbstractCoordinateSystemType
CoordinateSystemRefType. getCoordinateSystem()
Returns the value of the 'Coordinate System' containment reference.AbstractCoordinateSystemType
DocumentRoot. 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 class
AbstractCoordinateSystemTypeImpl
An implementation of the model object 'Abstract Coordinate System Type'.class
CartesianCSTypeImpl
An implementation of the model object 'Cartesian CS Type'.class
CylindricalCSTypeImpl
An implementation of the model object 'Cylindrical CS Type'.class
EllipsoidalCSTypeImpl
An implementation of the model object 'Ellipsoidal CS Type'.class
LinearCSTypeImpl
An implementation of the model object 'Linear CS Type'.class
ObliqueCartesianCSTypeImpl
An implementation of the model object 'Oblique Cartesian CS Type'.class
PolarCSTypeImpl
An implementation of the model object 'Polar CS Type'.class
SphericalCSTypeImpl
An implementation of the model object 'Spherical CS Type'.class
TemporalCSTypeImpl
An implementation of the model object 'Temporal CS Type'.class
UserDefinedCSTypeImpl
An implementation of the model object 'User Defined CS Type'.class
VerticalCSTypeImpl
An implementation of the model object 'Vertical CS Type'.Methods in net.opengis.gml311.impl that return AbstractCoordinateSystemType Modifier and Type Method Description AbstractCoordinateSystemType
CoordinateSystemRefTypeImpl. getCoordinateSystem()
AbstractCoordinateSystemType
DocumentRootImpl. getCoordinateSystem()
Methods in net.opengis.gml311.impl with parameters of type AbstractCoordinateSystemType Modifier and Type Method Description NotificationChain
CoordinateSystemRefTypeImpl. basicSetCoordinateSystem(AbstractCoordinateSystemType newCoordinateSystem, NotificationChain msgs)
NotificationChain
DocumentRootImpl. 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 T
Gml311Switch. caseAbstractCoordinateSystemType(AbstractCoordinateSystemType object)
Returns the result of interpreting the object as an instance of 'Abstract Coordinate System Type'.boolean
Gml311Validator. validateAbstractCoordinateSystemType(AbstractCoordinateSystemType abstractCoordinateSystemType, DiagnosticChain diagnostics, Map<Object,Object> context)
-