org.opengis.referencing.cs
Interface AffineCS

Show UML class diagram
All Superinterfaces:
CoordinateSystem, IdentifiedObject
All Known Subinterfaces:
CartesianCS

@UML(identifier="CS_AffineCS",
     specification=ISO_19111)
public interface AffineCS
extends CoordinateSystem

A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.

An AffineCS shall have two or three axis associations. This type of CS can be used by coordinate reference systems of type EngineeringCRS or ImageCRS.

Since:
2.0
See Also:
CSFactory.createAffineCS(Map, CoordinateSystemAxis, CoordinateSystemAxis), CSFactory.createAffineCS(Map, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis)

Field Summary
 
Fields inherited from interface IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
 
Method Summary
 
Methods inherited from interface CoordinateSystem
getAxis, getDimension
 
Methods inherited from interface IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
 



Copyright © 1994-2013 Open Geospatial Consortium. All Rights Reserved.