Uses of Class
mil.nga.geopackage.srs.SpatialReferenceSystem
-
-
Uses of SpatialReferenceSystem in mil.nga.geopackage.contents
Methods in mil.nga.geopackage.contents that return SpatialReferenceSystem Modifier and Type Method Description SpatialReferenceSystem
Contents. getSrs()
Get the SRSMethods in mil.nga.geopackage.contents with parameters of type SpatialReferenceSystem Modifier and Type Method Description void
Contents. setSrs(SpatialReferenceSystem srs)
Set the srs -
Uses of SpatialReferenceSystem in mil.nga.geopackage.dgiwg
Methods in mil.nga.geopackage.dgiwg that return SpatialReferenceSystem Modifier and Type Method Description SpatialReferenceSystem
CoordinateReferenceSystem. createFeaturesSpatialReferenceSystem()
Validate the CRS for features and get the SRSstatic SpatialReferenceSystem
CoordinateReferenceSystem. createLambertConicConformal1SP(long epsg, String name, CRSType crsType, GeoDatums geoDatum, double latitudeOfOrigin, double centralMeridian, double scaleFactor, double falseEasting, double falseNorthing)
Create a Lambert Conic Conformal 1SP Spatial Reference Systemstatic SpatialReferenceSystem
CoordinateReferenceSystem. createLambertConicConformal2SP(long epsg, String name, CRSType crsType, GeoDatums geoDatum, double standardParallel1, double standardParallel2, double latitudeOfOrigin, double centralMeridian, double falseEasting, double falseNorthing)
Create a Lambert Conic Conformal 2SP Spatial Reference SystemSpatialReferenceSystem
CoordinateReferenceSystem. createSpatialReferenceSystem()
Create a Spatial Reference SystemSpatialReferenceSystem
CoordinateReferenceSystem. createTilesSpatialReferenceSystem()
Validate the CRS for tiles and get the SRSMethods in mil.nga.geopackage.dgiwg with parameters of type SpatialReferenceSystem Modifier and Type Method Description static GeometryColumns
DGIWGGeoPackageUtils. createFeatures(GeoPackageCore geoPackage, String table, String identifier, String description, BoundingBox bounds, GeometryType geometryType, DataType dataType, List<FeatureColumn> columns, SpatialReferenceSystem srs)
Create features tablestatic TileMatrixSet
DGIWGGeoPackageUtils. createTiles(GeoPackageCore geoPackage, String table, String identifier, String description, BoundingBox informativeBounds, SpatialReferenceSystem srs, BoundingBox extentBounds)
Create tiles tablestatic CoordinateReferenceSystem
CoordinateReferenceSystem. getCoordinateReferenceSystem(SpatialReferenceSystem srs)
Get the coordinate reference system for the spatial reference systemstatic DGIWGValidationErrors
DGIWGValidate. validateFeatureCoordinateReferenceSystem(String featureTable, SpatialReferenceSystem srs)
Validate the feature coordinate reference systemstatic DGIWGValidationErrors
DGIWGValidate. validateFeatureCoordinateReferenceSystem(String featureTable, SpatialReferenceSystem srs, int z)
Validate the feature coordinate reference systemstatic DGIWGValidationErrors
DGIWGValidate. validateTileCoordinateReferenceSystem(String tileTable, SpatialReferenceSystem srs)
Validate the tile coordinate reference system -
Uses of SpatialReferenceSystem in mil.nga.geopackage.extension.ecere.tile_matrix_set
Methods in mil.nga.geopackage.extension.ecere.tile_matrix_set that return SpatialReferenceSystem Modifier and Type Method Description SpatialReferenceSystem
ExtTileMatrixSet. getSrs()
Methods in mil.nga.geopackage.extension.ecere.tile_matrix_set with parameters of type SpatialReferenceSystem Modifier and Type Method Description void
ExtTileMatrixSet. setSrs(SpatialReferenceSystem srs)
-
Uses of SpatialReferenceSystem in mil.nga.geopackage.features
Fields in mil.nga.geopackage.features declared as SpatialReferenceSystem Modifier and Type Field Description protected SpatialReferenceSystem
FeatureCoreGenerator. srs
Spatial Reference SystemMethods in mil.nga.geopackage.features that return SpatialReferenceSystem Modifier and Type Method Description SpatialReferenceSystem
FeatureCoreGenerator. getSrs()
Get the Spatial Reference System -
Uses of SpatialReferenceSystem in mil.nga.geopackage.features.columns
Methods in mil.nga.geopackage.features.columns that return SpatialReferenceSystem Modifier and Type Method Description SpatialReferenceSystem
GeometryColumns. getSrs()
Get the srsSpatialReferenceSystem
GeometryColumnsSfSql. getSrs()
SpatialReferenceSystem
GeometryColumnsSqlMm. getSrs()
Methods in mil.nga.geopackage.features.columns with parameters of type SpatialReferenceSystem Modifier and Type Method Description void
GeometryColumns. setSrs(SpatialReferenceSystem srs)
Set the srsvoid
GeometryColumnsSfSql. setSrs(SpatialReferenceSystem srs)
void
GeometryColumnsSqlMm. setSrs(SpatialReferenceSystem srs)
-
Uses of SpatialReferenceSystem in mil.nga.geopackage.srs
Methods in mil.nga.geopackage.srs that return SpatialReferenceSystem Modifier and Type Method Description SpatialReferenceSystem
SpatialReferenceSystemDao. createIfNotExists(SpatialReferenceSystem data)
SpatialReferenceSystem
SpatialReferenceSystemDao. createUndefinedCartesian()
Creates the required Undefined Cartesian Spatial Reference System (spec Requirement 11)SpatialReferenceSystem
SpatialReferenceSystemDao. createUndefinedGeographic()
Creates the required Undefined Geographic Spatial Reference System (spec Requirement 11)SpatialReferenceSystem
SpatialReferenceSystemDao. createWebMercator()
Creates the Web Mercator Spatial Reference System if it does not already existSpatialReferenceSystem
SpatialReferenceSystemDao. createWgs84()
Creates the required EPSG WGS84 Spatial Reference System (spec Requirement 11)SpatialReferenceSystem
SpatialReferenceSystemDao. createWgs84Geographical3D()
Creates the required EPSG WGS84 Geographical 3D Spatial Reference SystemSpatialReferenceSystem
SpatialReferenceSystemDao. getOrCreate(Projection projection)
Get or Create the Spatial Reference System from the projectionSpatialReferenceSystem
SpatialReferenceSystemDao. getOrCreateCode(String organization, long coordsysId)
Get or Create the Spatial Reference System for the provided organization and idSpatialReferenceSystem
SpatialReferenceSystemDao. getOrCreateFromEpsg(long epsg)
Get or Create the Spatial Reference System for the provided epsgSpatialReferenceSystem
SpatialReferenceSystemDao. query(Projection projection)
Query for the projectionSpatialReferenceSystem
SpatialReferenceSystemDao. queryForFirst(PreparedQuery<SpatialReferenceSystem> preparedQuery)
SpatialReferenceSystem
SpatialReferenceSystemDao. queryForId(Long id)
SpatialReferenceSystem
SpatialReferenceSystemDao. queryForOrganizationCoordsysId(String organization, long organizationCoordsysId)
Query for the organization coordsys idSpatialReferenceSystem
SpatialReferenceSystemDao. queryForSameId(SpatialReferenceSystem data)
Methods in mil.nga.geopackage.srs that return types with arguments of type SpatialReferenceSystem Modifier and Type Method Description List<SpatialReferenceSystem>
SpatialReferenceSystemDao. query(PreparedQuery<SpatialReferenceSystem> preparedQuery)
List<SpatialReferenceSystem>
SpatialReferenceSystemDao. queryForAll()
List<SpatialReferenceSystem>
SpatialReferenceSystemDao. queryForEq(String fieldName, Object value)
List<SpatialReferenceSystem>
SpatialReferenceSystemDao. queryForFieldValues(Map<String,Object> fieldValues)
List<SpatialReferenceSystem>
SpatialReferenceSystemDao. queryForFieldValuesArgs(Map<String,Object> fieldValues)
List<SpatialReferenceSystem>
SpatialReferenceSystemDao. queryForMatching(SpatialReferenceSystem matchObj)
List<SpatialReferenceSystem>
SpatialReferenceSystemDao. queryForMatchingArgs(SpatialReferenceSystem matchObj)
Methods in mil.nga.geopackage.srs with parameters of type SpatialReferenceSystem Modifier and Type Method Description int
SpatialReferenceSystemDao. create(SpatialReferenceSystem srs)
SpatialReferenceSystem
SpatialReferenceSystemDao. createIfNotExists(SpatialReferenceSystem data)
Dao.CreateOrUpdateStatus
SpatialReferenceSystemDao. createOrUpdate(SpatialReferenceSystem data)
int
SpatialReferenceSystemDao. deleteCascade(SpatialReferenceSystem srs)
Delete the Spatial Reference System, cascadingList<SpatialReferenceSystem>
SpatialReferenceSystemDao. queryForMatching(SpatialReferenceSystem matchObj)
List<SpatialReferenceSystem>
SpatialReferenceSystemDao. queryForMatchingArgs(SpatialReferenceSystem matchObj)
SpatialReferenceSystem
SpatialReferenceSystemDao. queryForSameId(SpatialReferenceSystem data)
void
SpatialReferenceSystemDao. setExtension(SpatialReferenceSystem srs)
Query and set the values in the srs object if the extension existsstatic void
SpatialReferenceSystemDao. setExtensionValues(GeoPackageCoreConnection db, SpatialReferenceSystem srs)
Set extension values into the spatial reference systemstatic void
SpatialReferenceSystemDao. setExtensionValues(GeoPackageCore geoPackage, SpatialReferenceSystem srs)
Set extension values into the spatial reference systemint
SpatialReferenceSystemDao. update(SpatialReferenceSystem data)
void
SpatialReferenceSystemDao. updateExtension(SpatialReferenceSystem srs)
Update the extension if existsMethod parameters in mil.nga.geopackage.srs with type arguments of type SpatialReferenceSystem Modifier and Type Method Description int
SpatialReferenceSystemDao. deleteCascade(PreparedQuery<SpatialReferenceSystem> preparedDelete)
Delete the Spatial Reference Systems matching the prepared query, cascadingint
SpatialReferenceSystemDao. deleteCascade(Collection<SpatialReferenceSystem> srsCollection)
Delete the collection of Spatial Reference Systems, cascadingList<SpatialReferenceSystem>
SpatialReferenceSystemDao. query(PreparedQuery<SpatialReferenceSystem> preparedQuery)
SpatialReferenceSystem
SpatialReferenceSystemDao. queryForFirst(PreparedQuery<SpatialReferenceSystem> preparedQuery)
void
SpatialReferenceSystemDao. setExtension(Collection<SpatialReferenceSystem> srsList)
Query and set the values in the srs objects if the extension existsConstructors in mil.nga.geopackage.srs with parameters of type SpatialReferenceSystem Constructor Description SpatialReferenceSystem(SpatialReferenceSystem srs)
Copy ConstructorConstructor parameters in mil.nga.geopackage.srs with type arguments of type SpatialReferenceSystem Constructor Description SpatialReferenceSystemDao(ConnectionSource connectionSource, Class<SpatialReferenceSystem> dataClass)
Constructor, required by ORMLite -
Uses of SpatialReferenceSystem in mil.nga.geopackage.tiles.matrixset
Methods in mil.nga.geopackage.tiles.matrixset that return SpatialReferenceSystem Modifier and Type Method Description SpatialReferenceSystem
TileMatrixSet. getSrs()
Methods in mil.nga.geopackage.tiles.matrixset with parameters of type SpatialReferenceSystem Modifier and Type Method Description void
TileMatrixSet. setSrs(SpatialReferenceSystem srs)
-