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.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. setDefinition_12_063(SpatialReferenceSystem srs)Query and set the definition 12 063 in the srs object if the extension existsintSpatialReferenceSystemDao. update(SpatialReferenceSystem data)voidSpatialReferenceSystemDao. updateDefinition_12_063(SpatialReferenceSystem srs)Update the definition 12 063 in the database if the extension 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. setDefinition_12_063(Collection<SpatialReferenceSystem> srsList)Query and set the definition 12 063 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)
-