Uses of Class
mil.nga.crs.common.Usage
-
Packages that use Usage Package Description mil.nga.crs mil.nga.crs.bound mil.nga.crs.common mil.nga.crs.metadata mil.nga.crs.wkt -
-
Uses of Usage in mil.nga.crs
Methods in mil.nga.crs that return Usage Modifier and Type Method Description Usage
CommonCRS. getUsage(int index)
Get the usage at the indexMethods in mil.nga.crs that return types with arguments of type Usage Modifier and Type Method Description List<Usage>
CommonCRS. getUsages()
Get the usagesMethods in mil.nga.crs with parameters of type Usage Modifier and Type Method Description void
CommonCRS. addUsage(Usage usage)
Add the usageMethod parameters in mil.nga.crs with type arguments of type Usage Modifier and Type Method Description void
CommonCRS. addUsages(List<Usage> usages)
Add the usagesvoid
CommonCRS. setUsages(List<Usage> usages)
Set the usages -
Uses of Usage in mil.nga.crs.bound
Methods in mil.nga.crs.bound that return Usage Modifier and Type Method Description Usage
AbridgedCoordinateTransformation. getUsage(int index)
Get the usage at the indexMethods in mil.nga.crs.bound that return types with arguments of type Usage Modifier and Type Method Description List<Usage>
AbridgedCoordinateTransformation. getUsages()
Get the usagesMethods in mil.nga.crs.bound with parameters of type Usage Modifier and Type Method Description void
AbridgedCoordinateTransformation. addUsage(Usage usage)
Add the usageMethod parameters in mil.nga.crs.bound with type arguments of type Usage Modifier and Type Method Description void
AbridgedCoordinateTransformation. addUsages(List<Usage> usages)
Add the usagesvoid
AbridgedCoordinateTransformation. setUsages(List<Usage> usages)
Set the usages -
Uses of Usage in mil.nga.crs.common
Methods in mil.nga.crs.common that return Usage Modifier and Type Method Description Usage
ScopeExtentIdentifierRemark. getUsage(int index)
Get the usage at the indexMethods in mil.nga.crs.common that return types with arguments of type Usage Modifier and Type Method Description List<Usage>
ScopeExtentIdentifierRemark. getUsages()
Get the usagesMethods in mil.nga.crs.common with parameters of type Usage Modifier and Type Method Description void
ScopeExtentIdentifierRemark. addUsage(Usage usage)
Add the usageMethod parameters in mil.nga.crs.common with type arguments of type Usage Modifier and Type Method Description void
ScopeExtentIdentifierRemark. addUsages(List<Usage> usages)
Add the usagesvoid
ScopeExtentIdentifierRemark. setUsages(List<Usage> usages)
Set the usages -
Uses of Usage in mil.nga.crs.metadata
Methods in mil.nga.crs.metadata that return Usage Modifier and Type Method Description Usage
CoordinateMetadata. getUsage(int index)
Get the usage at the indexMethods in mil.nga.crs.metadata that return types with arguments of type Usage Modifier and Type Method Description List<Usage>
CoordinateMetadata. getUsages()
Get the usagesMethods in mil.nga.crs.metadata with parameters of type Usage Modifier and Type Method Description void
CoordinateMetadata. addUsage(Usage usage)
Add the usageMethod parameters in mil.nga.crs.metadata with type arguments of type Usage Modifier and Type Method Description void
CoordinateMetadata. addUsages(List<Usage> usages)
Add the usagesvoid
CoordinateMetadata. setUsages(List<Usage> usages)
Set the usages -
Uses of Usage in mil.nga.crs.wkt
Methods in mil.nga.crs.wkt that return Usage Modifier and Type Method Description Usage
CRSReader. readUsage()
Read a UsageMethods in mil.nga.crs.wkt that return types with arguments of type Usage Modifier and Type Method Description List<Usage>
CRSReader. readUsages()
Read UsagesMethods in mil.nga.crs.wkt with parameters of type Usage Modifier and Type Method Description void
CRSWriter. write(Usage usage)
Write a usage to well-known textMethod parameters in mil.nga.crs.wkt with type arguments of type Usage Modifier and Type Method Description void
CRSWriter. writeUsages(List<Usage> usages)
Write usages to well-known text
-