Uses of Class
mil.nga.crs.wkt.CRSKeyword
-
Packages that use CRSKeyword Package Description mil.nga.crs.wkt -
-
Uses of CRSKeyword in mil.nga.crs.wkt
Methods in mil.nga.crs.wkt that return CRSKeyword Modifier and Type Method Description static CRSKeyword
CRSKeyword. getRequiredType(String keyword)
Get the required keyword type from the keywordstatic CRSKeyword
CRSKeyword. getType(String keyword)
Get the keyword type from the keywordCRSKeyword
CRSReader. peekKeyword()
Peek a WKT CRS keywordCRSKeyword
CRSReader. peekOptionalKeyword()
Peek an optional WKT CRS keywordCRSKeyword
CRSReader. peekOptionalKeyword(int num)
Peek an optional WKT CRS keywordCRSKeyword
CRSReader. readKeyword()
Read a WKT CRS keywordCRSKeyword
CRSReader. readKeyword(boolean required, CRSKeyword... keywords)
Read looking for a specific WKT CRS keyword, skipping others if not strict modeCRSKeyword
CRSReader. readKeyword(CRSKeyword... keywords)
Read a specific WKT CRS keyword, next token when strict, until found when notCRSKeyword
CRSReader. readToKeyword(CRSKeyword... keywords)
Read skipping tokens up until before an optional WKT CRS keywordstatic 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.Methods in mil.nga.crs.wkt that return types with arguments of type CRSKeyword Modifier and Type Method Description static Set<CRSKeyword>
CRSKeyword. getRequiredTypes(String keyword)
Get the required keyword types from the keywordstatic Set<CRSKeyword>
CRSKeyword. getTypes(String keyword)
Get the keyword types from the keywordSet<CRSKeyword>
CRSReader. peekKeywords()
Peek WKT CRS keywordsSet<CRSKeyword>
CRSReader. peekOptionalKeywords()
Peek an optional WKT CRS keywordsSet<CRSKeyword>
CRSReader. peekOptionalKeywords(int num)
Peek an optional WKT CRS keywordsSet<CRSKeyword>
CRSReader. readKeywords()
Read WKT CRS keywordsMethods in mil.nga.crs.wkt with parameters of type CRSKeyword Modifier and Type Method Description static CRSType
WKTUtils. getCoordinateReferenceSystemType(CRSKeyword keyword)
Get the Coordinate Reference System Typestatic UnitType
WKTUtils. getUnitType(CRSKeyword keyword)
Get the unit type from the keywordCoordinateReferenceSystem
CRSReader. readCoordinateReferenceSystem(CRSKeyword keyword)
Read a coordinate reference system with the keywordCRSKeyword
CRSReader. readKeyword(boolean required, CRSKeyword... keywords)
Read looking for a specific WKT CRS keyword, skipping others if not strict modeCRSKeyword
CRSReader. readKeyword(CRSKeyword... keywords)
Read a specific WKT CRS keyword, next token when strict, until found when notString
CRSReader. readKeywordDelimitedToken(CRSKeyword keyword)
Read a keyword delimited tokenCRSKeyword
CRSReader. readToKeyword(CRSKeyword... keywords)
Read skipping tokens up until before an optional WKT CRS keywordvoid
CRSWriter. write(CRSKeyword keyword)
Write a keywordvoid
CRSWriter. writeCoordinateReferenceSystem(CRSKeyword keyword, CoordinateReferenceSystem crs)
Write a coordinate reference system with the keywordvoid
CRSWriter. writeKeywordDelimitedQuotedText(CRSKeyword keyword, String text)
Write a keyword delimited text
-