Uses of Class
org.openjump.core.ccordsys.utils.SRSInfo
-
Packages that use SRSInfo Package Description com.vividsolutions.jump.workbench.model Layers, Categories, and Layer Managers -- the top level of abstraction in the JUMP data model, wrapping Features and FeatureCollections, which in turn wrap Geometries.org.openjump.core.ccordsys.utils org.openjump.core.rasterimage -
-
Uses of SRSInfo in com.vividsolutions.jump.workbench.model
Methods in com.vividsolutions.jump.workbench.model that return SRSInfo Modifier and Type Method Description SRSInfoGeoReferencedLayerable. getSrsInfo()Methods in com.vividsolutions.jump.workbench.model with parameters of type SRSInfo Modifier and Type Method Description voidGeoReferencedLayerable. setSrsInfo(SRSInfo srsInfo) -
Uses of SRSInfo in org.openjump.core.ccordsys.utils
Methods in org.openjump.core.ccordsys.utils that return SRSInfo Modifier and Type Method Description SRSInfoSRSInfo. 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.SRSInfoSRSInfo. setCode(String code)SRSInfoSRSInfo. setDescription(String description)SRSInfoSRSInfo. setRegistry(String registry)SRSInfoSRSInfo. setRegistry(SRSInfo.Registry registry)SRSInfoSRSInfo. setSource(String source)SRSInfoSRSInfo. setUnit(String unit)SRSInfoSRSInfo. setUnit(Unit unit) -
Uses of SRSInfo in org.openjump.core.rasterimage
Methods in org.openjump.core.rasterimage that return SRSInfo Modifier and Type Method Description SRSInfoTiffTags.TiffMetadata. getSRSInfo()Methods in org.openjump.core.rasterimage with parameters of type SRSInfo Modifier and Type Method Description voidRasterImageIO. 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 SRSInfo Constructor Description TiffMetadata(Integer colsCount, Integer rowsCount, Resolution resolution, Double noData, org.locationtech.jts.geom.Envelope envelope, SRSInfo srsInfo)
-