- All Superinterfaces:
CoordinateSystem,IdentifiedObject
@UML(identifier="ParametricCS",
specification=ISO_19111)
public interface ParametricCS
extends CoordinateSystem
A 1-dimensional coordinate system in which a physical property or function is used as the dimension.
This coordinate system uses parameter values or functions to describe the position of a point.
That parameter is not inherently spatial. It may be for example the atmospheric pressure.
This type of CS can be used by coordinate reference systems of type
ParametricCRS, potentially in combination with
DerivedCRS.
- Since:
- 3.1
- See Also:
-
Field Summary
Fields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, DOMAINS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY -
Method Summary
Modifier and TypeMethodDescriptiondefault intReturns the number of dimensions, which is 1 for this type of coordinate system.Methods inherited from interface org.opengis.referencing.cs.CoordinateSystem
getAxisMethods inherited from interface org.opengis.referencing.IdentifiedObject
getAlias, getDomains, getIdentifiers, getName, getRemarks, toWKT
-
Method Details
-
getDimension
Returns the number of dimensions, which is 1 for this type of coordinate system.- Specified by:
getDimensionin interfaceCoordinateSystem- Returns:
- always 1.
-