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 CRSKeywordCRSKeyword. getRequiredType(String keyword)Get the required keyword type from the keywordstatic CRSKeywordCRSKeyword. getType(String keyword)Get the keyword type from the keywordCRSKeywordCRSReader. peekKeyword()Peek a WKT CRS keywordCRSKeywordCRSReader. peekOptionalKeyword()Peek an optional WKT CRS keywordCRSKeywordCRSReader. peekOptionalKeyword(int num)Peek an optional WKT CRS keywordCRSKeywordCRSReader. readKeyword()Read a WKT CRS keywordCRSKeywordCRSReader. readKeyword(boolean required, CRSKeyword... keywords)Read looking for a specific WKT CRS keyword, skipping others if not strict modeCRSKeywordCRSReader. readKeyword(CRSKeyword... keywords)Read a specific WKT CRS keyword, next token when strict, until found when notCRSKeywordCRSReader. readToKeyword(CRSKeyword... keywords)Read skipping tokens up until before an optional WKT CRS keywordstatic CRSKeywordCRSKeyword. 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 CRSTypeWKTUtils. getCoordinateReferenceSystemType(CRSKeyword keyword)Get the Coordinate Reference System Typestatic UnitTypeWKTUtils. getUnitType(CRSKeyword keyword)Get the unit type from the keywordCoordinateReferenceSystemCRSReader. readCoordinateReferenceSystem(CRSKeyword keyword)Read a coordinate reference system with the keywordCRSKeywordCRSReader. readKeyword(boolean required, CRSKeyword... keywords)Read looking for a specific WKT CRS keyword, skipping others if not strict modeCRSKeywordCRSReader. readKeyword(CRSKeyword... keywords)Read a specific WKT CRS keyword, next token when strict, until found when notStringCRSReader. readKeywordDelimitedToken(CRSKeyword keyword)Read a keyword delimited tokenCRSKeywordCRSReader. readToKeyword(CRSKeyword... keywords)Read skipping tokens up until before an optional WKT CRS keywordvoidCRSWriter. write(CRSKeyword keyword)Write a keywordvoidCRSWriter. writeCoordinateReferenceSystem(CRSKeyword keyword, CoordinateReferenceSystem crs)Write a coordinate reference system with the keywordvoidCRSWriter. writeKeywordDelimitedQuotedText(CRSKeyword keyword, String text)Write a keyword delimited text
-