| 程序包 | 说明 |
|---|---|
| org.locationtech.proj4j | |
| org.locationtech.proj4j.parser | |
| org.locationtech.proj4j.util |
| 限定符和类型 | 字段 | 说明 |
|---|---|---|
static CoordinateReferenceSystem |
CoordinateReferenceSystem.CS_GEO |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
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 |
BasicCoordinateTransform.getSourceCRS() |
|
CoordinateReferenceSystem |
CoordinateTransform.getSourceCRS() |
|
CoordinateReferenceSystem |
BasicCoordinateTransform.getTargetCRS() |
|
CoordinateReferenceSystem |
CoordinateTransform.getTargetCRS() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
CoordinateTransform |
CoordinateTransformFactory.createTransform(CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS) |
Creates a transformation from a source CRS to a target CRS,
following the logic in PROJ.4.
|
| 构造器 | 说明 |
|---|---|
BasicCoordinateTransform(CoordinateReferenceSystem srcCRS,
CoordinateReferenceSystem tgtCRS) |
Creates a transformation from a source
CoordinateReferenceSystem
to a target one. |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
CoordinateReferenceSystem |
Proj4Parser.parse(String name,
String[] args) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
CoordinateReferenceSystem |
CRSCache.createFromName(String name) |
Copyright © 2019. All rights reserved.