Interface AbstractCoordinateSystemType

All Superinterfaces:
AbstractCoordinateSystemBaseType, AbstractGMLType, DefinitionType, EObject, Notifier
All Known Subinterfaces:
CartesianCSType, CylindricalCSType, EllipsoidalCSType, LinearCSType, ObliqueCartesianCSType, PolarCSType, SphericalCSType, TemporalCSType, UserDefinedCSType, VerticalCSType
All Known Implementing Classes:
AbstractCoordinateSystemTypeImpl, CartesianCSTypeImpl, CylindricalCSTypeImpl, EllipsoidalCSTypeImpl, LinearCSTypeImpl, ObliqueCartesianCSTypeImpl, PolarCSTypeImpl, SphericalCSTypeImpl, TemporalCSTypeImpl, UserDefinedCSTypeImpl, VerticalCSTypeImpl

public interface AbstractCoordinateSystemType extends AbstractCoordinateSystemBaseType
A representation of the model object 'Abstract Coordinate System Type'. A coordinate system (CS) is the set of coordinate system axes that spans a given coordinate space. A CS is derived from a set of (mathematical) rules for specifying how coordinates in a given space are to be assigned to points. The coordinate values in a coordinate tuple shall be recorded in the order in which the coordinate system axes associations are recorded, whenever those coordinates use a coordinate reference system that uses this coordinate system. This abstract complexType shall not be used, extended, or restricted, in an Application Schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document.

The following features are supported:

See Also: