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 SRSInfo
GeoReferencedLayerable. getSrsInfo()
Methods in com.vividsolutions.jump.workbench.model with parameters of type SRSInfo Modifier and Type Method Description void
GeoReferencedLayerable. 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 SRSInfo
SRSInfo. complete()
static SRSInfo
SridLookupTable. getSrsAndUnitFromCode(String code)
static SRSInfo
SridLookupTable. getSrsAndUnitFromCodeOrName(String codeOrName)
static SRSInfo
SridLookupTable. getSrsAndUnitFromName(String name)
static SRSInfo
ProjUtils. 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 SRSInfo
ProjUtils. getSRSInfoFromGeoTiff(String fileSourcePath)
- Read SRS from GeoTIFF tag - This method gets projection srid code and projection info from a geotiff file.static SRSInfo
ProjUtils. getSRSInfoFromLayerSource(Layer layer)
Method to get SRID from a layer file from auxiliary files (.prj or .aux) or GeoTIFFed tag.static SRSInfo
ProjUtils. getSRSInfoFromLayerSource(RasterImageLayer layer)
static SRSInfo
ProjUtils. getSRSInfoFromLayerStyleOrSource(Layer layer)
Method to get SRID from a layer from Style or from auxiliary file.static SRSInfo
ProjUtils. getSRSInfoFromLayerStyleOrSource_old(Layer layer)
Method to get SRID from a layer from Style or from auxiliary file.SRSInfo
SRSInfo. setCode(String code)
SRSInfo
SRSInfo. setDescription(String description)
SRSInfo
SRSInfo. setRegistry(String registry)
SRSInfo
SRSInfo. setRegistry(SRSInfo.Registry registry)
SRSInfo
SRSInfo. setSource(String source)
SRSInfo
SRSInfo. setUnit(String unit)
SRSInfo
SRSInfo. 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 SRSInfo
TiffTags.TiffMetadata. getSRSInfo()
Methods in org.openjump.core.rasterimage with parameters of type SRSInfo Modifier and Type Method Description void
RasterImageIO. 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.void
GDALPamDataset. 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)
-