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 SpatialReferenceSystemContents. getSrs()Get the SRSMethods in mil.nga.geopackage.contents with parameters of type SpatialReferenceSystem Modifier and Type Method Description voidContents. 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 SpatialReferenceSystemCoordinateReferenceSystem. createFeaturesSpatialReferenceSystem()Validate the CRS for features and get the SRSstatic SpatialReferenceSystemCoordinateReferenceSystem. 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 SpatialReferenceSystemCoordinateReferenceSystem. 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 SystemSpatialReferenceSystemCoordinateReferenceSystem. createSpatialReferenceSystem()Create a Spatial Reference SystemSpatialReferenceSystemCoordinateReferenceSystem. 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 GeometryColumnsDGIWGGeoPackageUtils. createFeatures(GeoPackageCore geoPackage, String table, String identifier, String description, BoundingBox bounds, GeometryType geometryType, DataType dataType, List<FeatureColumn> columns, SpatialReferenceSystem srs)Create features tablestatic TileMatrixSetDGIWGGeoPackageUtils. createTiles(GeoPackageCore geoPackage, String table, String identifier, String description, BoundingBox informativeBounds, SpatialReferenceSystem srs, BoundingBox extentBounds)Create tiles tablestatic CoordinateReferenceSystemCoordinateReferenceSystem. getCoordinateReferenceSystem(SpatialReferenceSystem srs)Get the coordinate reference system for the spatial reference systemstatic DGIWGValidationErrorsDGIWGValidate. validateFeatureCoordinateReferenceSystem(String featureTable, SpatialReferenceSystem srs)Validate the feature coordinate reference systemstatic DGIWGValidationErrorsDGIWGValidate. validateFeatureCoordinateReferenceSystem(String featureTable, SpatialReferenceSystem srs, int z)Validate the feature coordinate reference systemstatic DGIWGValidationErrorsDGIWGValidate. 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 SpatialReferenceSystemExtTileMatrixSet. getSrs()Methods in mil.nga.geopackage.extension.ecere.tile_matrix_set with parameters of type SpatialReferenceSystem Modifier and Type Method Description voidExtTileMatrixSet. 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 SpatialReferenceSystemFeatureCoreGenerator. srsSpatial Reference SystemMethods in mil.nga.geopackage.features that return SpatialReferenceSystem Modifier and Type Method Description SpatialReferenceSystemFeatureCoreGenerator. 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 SpatialReferenceSystemGeometryColumns. getSrs()Get the srsSpatialReferenceSystemGeometryColumnsSfSql. getSrs()SpatialReferenceSystemGeometryColumnsSqlMm. getSrs()Methods in mil.nga.geopackage.features.columns with parameters of type SpatialReferenceSystem Modifier and Type Method Description voidGeometryColumns. setSrs(SpatialReferenceSystem srs)Set the srsvoidGeometryColumnsSfSql. setSrs(SpatialReferenceSystem srs)voidGeometryColumnsSqlMm. 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 SpatialReferenceSystemSpatialReferenceSystemDao. createIfNotExists(SpatialReferenceSystem data)SpatialReferenceSystemSpatialReferenceSystemDao. createUndefinedCartesian()Creates the required Undefined Cartesian Spatial Reference System (spec Requirement 11)SpatialReferenceSystemSpatialReferenceSystemDao. createUndefinedGeographic()Creates the required Undefined Geographic Spatial Reference System (spec Requirement 11)SpatialReferenceSystemSpatialReferenceSystemDao. createWebMercator()Creates the Web Mercator Spatial Reference System if it does not already existSpatialReferenceSystemSpatialReferenceSystemDao. createWgs84()Creates the required EPSG WGS84 Spatial Reference System (spec Requirement 11)SpatialReferenceSystemSpatialReferenceSystemDao. createWgs84Geographical3D()Creates the required EPSG WGS84 Geographical 3D Spatial Reference SystemSpatialReferenceSystemSpatialReferenceSystemDao. getOrCreate(Projection projection)Get or Create the Spatial Reference System from the projectionSpatialReferenceSystemSpatialReferenceSystemDao. getOrCreateCode(String organization, long coordsysId)Get or Create the Spatial Reference System for the provided organization and idSpatialReferenceSystemSpatialReferenceSystemDao. getOrCreateFromEpsg(long epsg)Get or Create the Spatial Reference System for the provided epsgSpatialReferenceSystemSpatialReferenceSystemDao. query(Projection projection)Query for the projectionSpatialReferenceSystemSpatialReferenceSystemDao. queryForFirst(PreparedQuery<SpatialReferenceSystem> preparedQuery)SpatialReferenceSystemSpatialReferenceSystemDao. queryForId(Long id)SpatialReferenceSystemSpatialReferenceSystemDao. queryForOrganizationCoordsysId(String organization, long organizationCoordsysId)Query for the organization coordsys idSpatialReferenceSystemSpatialReferenceSystemDao. 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 intSpatialReferenceSystemDao. create(SpatialReferenceSystem srs)SpatialReferenceSystemSpatialReferenceSystemDao. createIfNotExists(SpatialReferenceSystem data)Dao.CreateOrUpdateStatusSpatialReferenceSystemDao. createOrUpdate(SpatialReferenceSystem data)intSpatialReferenceSystemDao. deleteCascade(SpatialReferenceSystem srs)Delete the Spatial Reference System, cascadingList<SpatialReferenceSystem>SpatialReferenceSystemDao. queryForMatching(SpatialReferenceSystem matchObj)List<SpatialReferenceSystem>SpatialReferenceSystemDao. queryForMatchingArgs(SpatialReferenceSystem matchObj)SpatialReferenceSystemSpatialReferenceSystemDao. queryForSameId(SpatialReferenceSystem data)voidSpatialReferenceSystemDao. setExtension(SpatialReferenceSystem srs)Query and set the values in the srs object if the extension existsstatic voidSpatialReferenceSystemDao. setExtensionValues(GeoPackageCoreConnection db, SpatialReferenceSystem srs)Set extension values into the spatial reference systemstatic voidSpatialReferenceSystemDao. setExtensionValues(GeoPackageCore geoPackage, SpatialReferenceSystem srs)Set extension values into the spatial reference systemintSpatialReferenceSystemDao. update(SpatialReferenceSystem data)voidSpatialReferenceSystemDao. 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 intSpatialReferenceSystemDao. deleteCascade(PreparedQuery<SpatialReferenceSystem> preparedDelete)Delete the Spatial Reference Systems matching the prepared query, cascadingintSpatialReferenceSystemDao. deleteCascade(Collection<SpatialReferenceSystem> srsCollection)Delete the collection of Spatial Reference Systems, cascadingList<SpatialReferenceSystem>SpatialReferenceSystemDao. query(PreparedQuery<SpatialReferenceSystem> preparedQuery)SpatialReferenceSystemSpatialReferenceSystemDao. queryForFirst(PreparedQuery<SpatialReferenceSystem> preparedQuery)voidSpatialReferenceSystemDao. 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 SpatialReferenceSystemTileMatrixSet. getSrs()Methods in mil.nga.geopackage.tiles.matrixset with parameters of type SpatialReferenceSystem Modifier and Type Method Description voidTileMatrixSet. setSrs(SpatialReferenceSystem srs)
-