| Package | Description |
|---|---|
| org.osgeo.proj4j | |
| org.osgeo.proj4j.io | |
| org.osgeo.proj4j.parser | |
| org.osgeo.proj4j.util |
| Modifier and Type | Field and Description |
|---|---|
static CoordinateReferenceSystem |
CoordinateReferenceSystem.CS_GEO |
| Modifier and Type | Method and Description |
|---|---|
CoordinateReferenceSystem |
CRSFactory.createFromName(String name)
Creates a
CoordinateReferenceSystem (CRS) from a well-known name. |
CoordinateReferenceSystem |
CRSFactory.createFromParameters(String name,
String paramStr)
Creates a
CoordinateReferenceSystem
from a PROJ.4 projection parameter string. |
CoordinateReferenceSystem |
CRSFactory.createFromParameters(String name,
String[] params)
Creates a
CoordinateReferenceSystem
defined by an array of PROJ.4 projection parameters. |
CoordinateReferenceSystem |
CoordinateReferenceSystem.createGeographic()
Creates a geographic (unprojected)
CoordinateReferenceSystem
based on the Datum of this CRS. |
CoordinateReferenceSystem |
CoordinateTransform.getSourceCRS() |
CoordinateReferenceSystem |
BasicCoordinateTransform.getSourceCRS() |
CoordinateReferenceSystem |
CoordinateTransform.getTargetCRS() |
CoordinateReferenceSystem |
BasicCoordinateTransform.getTargetCRS() |
| Modifier and Type | Method and Description |
|---|---|
CoordinateTransform |
CoordinateTransformFactory.createTransform(CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS)
Creates a transformation from a source CRS to a target CRS,
following the logic in PROJ.4.
|
| Constructor and Description |
|---|
BasicCoordinateTransform(CoordinateReferenceSystem srcCRS,
CoordinateReferenceSystem tgtCRS)
Creates a transformation from a source
CoordinateReferenceSystem
to a target one. |
| Modifier and Type | Method and Description |
|---|---|
CoordinateReferenceSystem |
MetaCRSTestCase.createCS(CRSFactory csFactory,
String auth,
String code) |
CoordinateReferenceSystem |
MetaCRSTestCase.getSourceCS() |
CoordinateReferenceSystem |
MetaCRSTestCase.getTargetCS() |
| Modifier and Type | Method and Description |
|---|---|
CoordinateReferenceSystem |
Proj4Parser.parse(String name,
String[] args) |
| Modifier and Type | Method and Description |
|---|---|
CoordinateReferenceSystem |
CRSCache.createFromName(String name) |
Copyright © 2015. All rights reserved.