Uses of Class
mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
- 
Packages that use CoordinateReferenceSystem Package Description mil.nga.geopackage.dgiwg 
- 
- 
Uses of CoordinateReferenceSystem in mil.nga.geopackage.dgiwgMethods in mil.nga.geopackage.dgiwg that return CoordinateReferenceSystem Modifier and Type Method Description static CoordinateReferenceSystemCoordinateReferenceSystem. getCoordinateReferenceSystem(long epsgCode)Get the coordinate reference system for the EPSG codestatic CoordinateReferenceSystemCoordinateReferenceSystem. getCoordinateReferenceSystem(String authority, long code)Get the coordinate reference system for the authority and codestatic CoordinateReferenceSystemCoordinateReferenceSystem. getCoordinateReferenceSystem(SpatialReferenceSystem srs)Get the coordinate reference system for the spatial reference systemstatic CoordinateReferenceSystemCoordinateReferenceSystem. valueOf(String name)Returns the enum constant of this type with the specified name.static CoordinateReferenceSystem[]CoordinateReferenceSystem. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mil.nga.geopackage.dgiwg that return types with arguments of type CoordinateReferenceSystem Modifier and Type Method Description static Set<CoordinateReferenceSystem>CoordinateReferenceSystem. getCoordinateReferenceSystems(ContentsDataType dataType)Get the supported coordinate reference systems for the contents data typestatic Set<CoordinateReferenceSystem>CoordinateReferenceSystem. getCoordinateReferenceSystems(DataType dataType)Get the supported coordinate reference systems for the data type
 
-