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.datum |
Relationship of a
CoordinateSystem (an abstract mathematical entity) to the earth or other system. |
org.apache.sis.referencing.factory |
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
|
Modifier and Type | Method and Description |
---|---|
DefaultParametricDatum |
DefaultParametricCRS.getDatum()
Returns the datum.
|
Constructor and Description |
---|
DefaultParametricCRS(Map<String,?> properties,
DefaultParametricDatum datum,
DefaultParametricCS cs)
Creates a coordinate reference system from the given properties, datum and coordinate system.
|
Constructor and Description |
---|
DefaultParametricDatum(DefaultParametricDatum datum)
Creates a new datum with the same values than the specified one.
|
Modifier and Type | Method and Description |
---|---|
DefaultParametricDatum |
GeodeticObjectFactory.createParametricDatum(Map<String,?> properties)
Creates a parametric datum.
|
DefaultParametricDatum |
GeodeticAuthorityFactory.createParametricDatum(String code)
Creates a datum defining the origin of a parametric coordinate reference 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.