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.factory |
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
|
Modifier and Type | Method and Description |
---|---|
DefaultParametricCRS |
DefaultParametricCRS.forConvention(AxesConvention convention)
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given
convention.
|
Constructor and Description |
---|
DefaultParametricCRS(DefaultParametricCRS crs)
Constructs a new coordinate reference system with the same values than the specified one.
|
Modifier and Type | Method and Description |
---|---|
DefaultParametricCRS |
GeodeticObjectFactory.createParametricCRS(Map<String,?> properties,
DefaultParametricDatum datum,
DefaultParametricCS cs)
Creates a parametric coordinate reference system.
|
DefaultParametricCRS |
GeodeticAuthorityFactory.createParametricCRS(String code)
Creates a 1-dimensional parametric coordinate reference system.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.