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 UsageCommonCRS. 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 voidCommonCRS. addUsage(Usage usage)Add the usageMethod parameters in mil.nga.crs with type arguments of type Usage Modifier and Type Method Description voidCommonCRS. addUsages(List<Usage> usages)Add the usagesvoidCommonCRS. 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 UsageAbridgedCoordinateTransformation. 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 voidAbridgedCoordinateTransformation. addUsage(Usage usage)Add the usageMethod parameters in mil.nga.crs.bound with type arguments of type Usage Modifier and Type Method Description voidAbridgedCoordinateTransformation. addUsages(List<Usage> usages)Add the usagesvoidAbridgedCoordinateTransformation. 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 UsageScopeExtentIdentifierRemark. 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 voidScopeExtentIdentifierRemark. addUsage(Usage usage)Add the usageMethod parameters in mil.nga.crs.common with type arguments of type Usage Modifier and Type Method Description voidScopeExtentIdentifierRemark. addUsages(List<Usage> usages)Add the usagesvoidScopeExtentIdentifierRemark. 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 UsageCoordinateMetadata. 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 voidCoordinateMetadata. addUsage(Usage usage)Add the usageMethod parameters in mil.nga.crs.metadata with type arguments of type Usage Modifier and Type Method Description voidCoordinateMetadata. addUsages(List<Usage> usages)Add the usagesvoidCoordinateMetadata. 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 UsageCRSReader. 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 voidCRSWriter. 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 voidCRSWriter. writeUsages(List<Usage> usages)Write usages to well-known text
-