| Package | Description |
|---|---|
| mil.nga.crs.wkt |
| Modifier and Type | Method and Description |
|---|---|
static CRSKeyword |
CRSKeyword.getRequiredType(String keyword)
Get the required keyword type from the keyword
|
static CRSKeyword |
CRSKeyword.getType(String keyword)
Get the keyword type from the keyword
|
CRSKeyword |
CRSReader.peekKeyword()
Peek a WKT CRS keyword
|
CRSKeyword |
CRSReader.peekOptionalKeyword()
Peek an optional WKT CRS keyword
|
CRSKeyword |
CRSReader.peekOptionalKeyword(int num)
Peek an optional WKT CRS keyword
|
CRSKeyword |
CRSReader.readKeyword()
Read a WKT CRS keyword
|
CRSKeyword |
CRSReader.readKeyword(boolean required,
CRSKeyword... keywords)
Read looking for a specific WKT CRS keyword, skipping others if not
strict mode
|
CRSKeyword |
CRSReader.readKeyword(CRSKeyword... keywords)
Read a specific WKT CRS keyword, next token when strict, until found when
not
|
CRSKeyword |
CRSReader.readToKeyword(CRSKeyword... keywords)
Read skipping tokens up until before an optional WKT CRS keyword
|
static CRSKeyword |
CRSKeyword.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CRSKeyword[] |
CRSKeyword.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<CRSKeyword> |
CRSKeyword.getRequiredTypes(String keyword)
Get the required keyword types from the keyword
|
static Set<CRSKeyword> |
CRSKeyword.getTypes(String keyword)
Get the keyword types from the keyword
|
Set<CRSKeyword> |
CRSReader.peekKeywords()
Peek WKT CRS keywords
|
Set<CRSKeyword> |
CRSReader.peekOptionalKeywords()
Peek an optional WKT CRS keywords
|
Set<CRSKeyword> |
CRSReader.peekOptionalKeywords(int num)
Peek an optional WKT CRS keywords
|
Set<CRSKeyword> |
CRSReader.readKeywords()
Read WKT CRS keywords
|
| Modifier and Type | Method and Description |
|---|---|
static CRSType |
WKTUtils.getCoordinateReferenceSystemType(CRSKeyword keyword)
Get the Coordinate Reference System Type
|
static UnitType |
WKTUtils.getUnitType(CRSKeyword keyword)
Get the unit type from the keyword
|
CoordinateReferenceSystem |
CRSReader.readCoordinateReferenceSystem(CRSKeyword keyword)
Read a coordinate reference system with the keyword
|
CRSKeyword |
CRSReader.readKeyword(boolean required,
CRSKeyword... keywords)
Read looking for a specific WKT CRS keyword, skipping others if not
strict mode
|
CRSKeyword |
CRSReader.readKeyword(CRSKeyword... keywords)
Read a specific WKT CRS keyword, next token when strict, until found when
not
|
String |
CRSReader.readKeywordDelimitedToken(CRSKeyword keyword)
Read a keyword delimited token
|
CRSKeyword |
CRSReader.readToKeyword(CRSKeyword... keywords)
Read skipping tokens up until before an optional WKT CRS keyword
|
void |
CRSWriter.write(CRSKeyword keyword)
Write a keyword
|
void |
CRSWriter.writeCoordinateReferenceSystem(CRSKeyword keyword,
CoordinateReferenceSystem crs)
Write a coordinate reference system with the keyword
|
void |
CRSWriter.writeKeywordDelimitedQuotedText(CRSKeyword keyword,
String text)
Write a keyword delimited text
|
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.