Uses of Class
org.openjump.core.ccordsys.utils.SRSInfo
Packages that use SRSInfo
Package
Description
Layers, Categories, and Layer Managers -- the top level of abstraction
in the JUMP data model, wrapping Features and FeatureCollections, which
in turn wrap Geometries.
-
Uses of SRSInfo in com.vividsolutions.jump.workbench.model
Methods in com.vividsolutions.jump.workbench.model that return SRSInfoMethods in com.vividsolutions.jump.workbench.model with parameters of type SRSInfo -
Uses of SRSInfo in org.openjump.core.ccordsys.utils
Methods in org.openjump.core.ccordsys.utils that return SRSInfoModifier and TypeMethodDescriptionSRSInfo.complete()static SRSInfoSridLookupTable.getSrsAndUnitFromCode(String code) static SRSInfoSridLookupTable.getSrsAndUnitFromCodeOrName(String codeOrName) static SRSInfoSridLookupTable.getSrsAndUnitFromName(String name) static SRSInfoProjUtils.getSRSInfoFromAuxiliaryFile(String fileSourcePath) - Read SRS from auxiliary file - Method to get a SRS (SRID code + SRID definition) scanning the aux projection file (AUX.XML or PRJ file) for a search string (SRID code or SRID definition).static SRSInfoProjUtils.getSRSInfoFromGeoTiff(String fileSourcePath) - Read SRS from GeoTIFF tag - This method gets projection srid code and projection info from a geotiff file.static SRSInfoProjUtils.getSRSInfoFromLayerSource(Layer layer) Method to get SRID from a layer file from auxiliary files (.prj or .aux) or GeoTIFFed tag.static SRSInfoProjUtils.getSRSInfoFromLayerSource(RasterImageLayer layer) static SRSInfoProjUtils.getSRSInfoFromLayerStyleOrSource(Layer layer) Method to get SRID from a layer from Style or from auxiliary file.static SRSInfoProjUtils.getSRSInfoFromLayerStyleOrSource_old(Layer layer) Method to get SRID from a layer from Style or from auxiliary file.SRSInfo.setDescription(String description) SRSInfo.setRegistry(String registry) SRSInfo.setRegistry(SRSInfo.Registry registry) -
Uses of SRSInfo in org.openjump.core.rasterimage
Methods in org.openjump.core.rasterimage that return SRSInfoMethods in org.openjump.core.rasterimage with parameters of type SRSInfoModifier and TypeMethodDescriptionvoidRasterImageIO.writeImage(File outFile, Raster raster, org.locationtech.jts.geom.Envelope envelope, double cellSizeX, double cellSizeY, double noData, SRSInfo srsInfo) Enhanced method to save the TIF with an external TIF.AUX.XML file which contains statistics of raster and spatial reference system.voidGDALPamDataset.writeStatisticsAndSRS(File auxXmlFile, SRSInfo srsInfo, Stats stats) Constructors in org.openjump.core.rasterimage with parameters of type SRSInfoModifierConstructorDescriptionTiffMetadata(Integer colsCount, Integer rowsCount, Resolution resolution, Double noData, org.locationtech.jts.geom.Envelope envelope, SRSInfo srsInfo)