Package | Description |
---|---|
org.apache.sis.referencing.crs |
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
|
org.apache.sis.referencing.cs |
Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.
|
org.apache.sis.referencing.factory |
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
|
Modifier and Type | Method and Description |
---|---|
DefaultParametricCS |
DefaultParametricCRS.getCoordinateSystem()
Returns the coordinate system.
|
Constructor and Description |
---|
DefaultParametricCRS(Map<String,?> properties,
DefaultParametricDatum datum,
DefaultParametricCS cs)
Creates a coordinate reference system from the given properties, datum and coordinate system.
|
Modifier and Type | Method and Description |
---|---|
DefaultParametricCS |
DefaultParametricCS.forConvention(AxesConvention convention)
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
|
Constructor and Description |
---|
DefaultParametricCS(DefaultParametricCS cs)
Creates a new coordinate system with the same values than the specified one.
|
Modifier and Type | Method and Description |
---|---|
DefaultParametricCS |
GeodeticObjectFactory.createParametricCS(Map<String,?> properties,
CoordinateSystemAxis axis)
Creates a parametric coordinate system.
|
DefaultParametricCS |
GeodeticAuthorityFactory.createParametricCS(String code)
Creates a 1-dimensional parametric coordinate system.
|
Modifier and Type | Method and Description |
---|---|
DefaultParametricCRS |
GeodeticObjectFactory.createParametricCRS(Map<String,?> properties,
DefaultParametricDatum datum,
DefaultParametricCS cs)
Creates a parametric coordinate reference system.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.