Package | Description |
---|---|
org.locationtech.proj4j | |
org.locationtech.proj4j.parser | |
org.locationtech.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 |
Proj4Parser.parse(String name,
String[] args) |
Modifier and Type | Method and Description |
---|---|
CoordinateReferenceSystem |
CRSCache.createFromName(String name) |
CoordinateReferenceSystem |
CRSCache.createFromParameters(String name,
String paramStr) |
CoordinateReferenceSystem |
CRSCache.createFromParameters(String name,
String[] params) |
Constructor and Description |
---|
CRSCache(ConcurrentHashMap<String,CoordinateReferenceSystem> crsCache,
ConcurrentHashMap<String,String> epsgCache) |
Copyright © 2021. All rights reserved.