Uses of Interface
org.geotools.api.referencing.crs.CoordinateReferenceSystem
Packages that use CoordinateReferenceSystem
Package
Description
Coverages (generate a value for any point).
Defines the DataStore API via which all data is imported or exported.
Representation a features on a map.
Feature model ISO 19109 with allowances for usability.
Root package for geometries.
Coordinate operations (relationship between
any two coordinate reference systems).
Coverage implementation.
GridCoverage2D implementation.
Coverage processing
implementations.
List of coverage operations.
This package contains the implementation of a ComplexDataStore,
GRASS input/output drivers
Basic geometry concepts to support referencing and coverage use.
List of layers to be rendered.
Provides for Web Map Server client access as a Grid Coverage Exchange.
Geometry processing support for the GeoTools library.
Raster processing support for the GeoTools library.
Vector processing support for the GeoTools library.
Reference systems implementation.
Coordinate reference systems implementation.
Base classes for factories and
authority factories.
Authority factories for
the EPSG database.
Provides coordinate reference systems specified in the Web Map Service
specification (ISO 19128).
Coordinate operation implementation.
A package of convenience classes which use control points common to two
data sets to derive empirically the transformation parameters needed to
convert positions between the coordinate systems of the two data sets.
Basic implementations of map projections.
Well
Known Text (WKT) parsing and formatting.
A simple renderer implementation.
SLD 1.0 and SE RasterSymbolizer support classes
A small selection of dialogs and related utilities.
Generic GeoTools DataStore abstractions for tiled vector data sources.
-
Uses of CoordinateReferenceSystem in org.geotools.api.coverage
Methods in org.geotools.api.coverage that return CoordinateReferenceSystemModifier and TypeMethodDescriptionCoverage.getCoordinateReferenceSystem()Returns the coordinate reference system to which the objects in its domain are referenced. -
Uses of CoordinateReferenceSystem in org.geotools.api.data
Fields in org.geotools.api.data declared as CoordinateReferenceSystemModifier and TypeFieldDescriptionprotected CoordinateReferenceSystemQuery.coordinateSystemCoordinate System associated with this queryprotected CoordinateReferenceSystemReprojection associated associated with this queryMethods in org.geotools.api.data that return CoordinateReferenceSystemModifier and TypeMethodDescriptionQuery.getCoordinateSystem()Get the coordinate system to use as an override for features retrieved by this Query.Query.getCoordinateSystemReproject()If reprojection has been requested, this returns the coordinate system that features retrieved by this Query will be reprojected into.ResourceInfo.getCRS()Returns the coordinate reference system of this resource if known.Methods in org.geotools.api.data with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionvoidQuery.setCoordinateSystem(CoordinateReferenceSystem system) Provide an override coordinate system to apply to features retrieved by this Query.voidQuery.setCoordinateSystemReproject(CoordinateReferenceSystem system) Request that features retrieved by this Query be reprojected into the given coordinate system. -
Uses of CoordinateReferenceSystem in org.geotools.api.feature
Methods in org.geotools.api.feature with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionFeatureFactory.createGeometryAttribute(Object geometry, GeometryDescriptor descriptor, String id, CoordinateReferenceSystem crs) Creates a geometry attribute. -
Uses of CoordinateReferenceSystem in org.geotools.api.feature.type
Methods in org.geotools.api.feature.type that return CoordinateReferenceSystemModifier and TypeMethodDescriptionFeatureType.getCoordinateReferenceSystem()The coordinate reference system of the feature.GeometryDescriptor.getCoordinateReferenceSystem()The coordinate reference system in which these geometries are defined.GeometryType.getCoordinateReferenceSystem()The coordinate reference system in which geometries are defined.Methods in org.geotools.api.feature.type with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionFeatureTypeFactory.createGeometryType(Name name, Class<?> binding, CoordinateReferenceSystem crs, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) Creates a geometric attribute type. -
Uses of CoordinateReferenceSystem in org.geotools.api.geometry
Methods in org.geotools.api.geometry that return CoordinateReferenceSystemModifier and TypeMethodDescriptionBounds.getCoordinateReferenceSystem()Returns the envelope coordinate reference system, ornullif unknown.Position.getCoordinateReferenceSystem()The coordinate reference system in which the coordinate is given.Methods in org.geotools.api.geometry with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionBoundingBox.toBounds(CoordinateReferenceSystem targetCRS) Transforms this box to the specified CRS and returns a new bounding box for the transformed shape.BoundingBox3D.toBounds(CoordinateReferenceSystem targetCRS) Transforms this box to the specified CRS and returns a new bounding box for the transformed shape. -
Uses of CoordinateReferenceSystem in org.geotools.api.referencing.crs
Subinterfaces of CoordinateReferenceSystem in org.geotools.api.referencing.crsModifier and TypeInterfaceDescriptioninterfaceA coordinate reference system describing the position of points through two or more independent coordinate reference systems.interfaceA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.interfaceA contextually local coordinate reference system.interfaceA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).interfaceA 3D coordinate reference system with the origin at the approximate centre of mass of the earth.interfaceA coordinate reference system associated with a geodetic datum.interfaceA coordinate reference system based on an ellipsoidal approximation of the geoid; this provides an accurate representation of the geometry of geographic features for a large portion of the earth's surface.interfaceAn engineering coordinate reference system applied to locations in images.interfaceA 2D coordinate reference system used to approximate the shape of the earth on a planar surface.interfaceAbstract coordinate reference system, consisting of a single Coordinate System and a single Datum (as opposed to Compound CRS).interfaceA 1D coordinate reference system used for the recording of time.interfaceA 1D coordinate reference system used for recording heights or depths.Methods in org.geotools.api.referencing.crs that return CoordinateReferenceSystemModifier and TypeMethodDescriptionCRSAuthorityFactory.createCoordinateReferenceSystem(String code) Returns an arbitrary coordinate reference system from a code.CRSFactory.createFromWKT(String wkt) Creates a coordinate reference system object from a string.CRSFactory.createFromXML(String xml) Creates a coordinate reference system object from a XML string.GeneralDerivedCRS.getBaseCRS()Returns the base coordinate reference system.Methods in org.geotools.api.referencing.crs that return types with arguments of type CoordinateReferenceSystemModifier and TypeMethodDescriptionCompoundCRS.getCoordinateReferenceSystems()The ordered list of coordinate reference systems.Methods in org.geotools.api.referencing.crs with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionCRSFactory.createCompoundCRS(Map<String, ?> properties, CoordinateReferenceSystem... elements) Creates a compound coordinate reference system from an ordered list ofCoordinateReferenceSystemobjects.CRSFactory.createDerivedCRS(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS) Creates a derived coordinate reference system. -
Uses of CoordinateReferenceSystem in org.geotools.api.referencing.operation
Methods in org.geotools.api.referencing.operation that return CoordinateReferenceSystemModifier and TypeMethodDescriptionConversion.getSourceCRS()Returns the source CRS.CoordinateOperation.getSourceCRS()Returns the source CRS.Transformation.getSourceCRS()Returns the source CRS.Conversion.getTargetCRS()Returns the target CRS.CoordinateOperation.getTargetCRS()Returns the target CRS.Transformation.getTargetCRS()Returns the target CRS.Methods in org.geotools.api.referencing.operation with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionMathTransformFactory.createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS) Creates a parameterized transform from a base CRS to a derived CS.CoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Returns an operation for conversion or transformation between two coordinate reference systems.CoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method) Returns an operation using a particular method for conversion or transformation between two coordinate reference systems.CoordinateOperationFactory.findOperations(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Returns all the available operations for conversion or transformation between two coordinate reference systems. -
Uses of CoordinateReferenceSystem in org.geotools.appschema.feature
Methods in org.geotools.appschema.feature with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionAppSchemaFeatureFactoryImpl.createGeometryAttribute(Object value, GeometryDescriptor descriptor, String id, CoordinateReferenceSystem crs) Create a new geometry attribute, even for null id. -
Uses of CoordinateReferenceSystem in org.geotools.coverage
Fields in org.geotools.coverage declared as CoordinateReferenceSystemModifier and TypeFieldDescriptionprotected final CoordinateReferenceSystemAbstractCoverage.crsThe coordinate reference system, ornullif there is none.Methods in org.geotools.coverage that return CoordinateReferenceSystemModifier and TypeMethodDescriptionAbstractCoverage.getCoordinateReferenceSystem()Returns the coordinate reference system to which the objects in its domain are referenced.Constructors in org.geotools.coverage with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionprotectedAbstractCoverage(CharSequence name, CoordinateReferenceSystem crs, PropertySource propertySource, Map<?, ?> properties) Constructs a coverage using the specified coordinate reference system. -
Uses of CoordinateReferenceSystem in org.geotools.coverage.grid
Methods in org.geotools.coverage.grid that return CoordinateReferenceSystemModifier and TypeMethodDescriptionGeneralGridGeometry.getCoordinateReferenceSystem()Returns the "real world" coordinate reference system.GridCoverageBuilder.getCoordinateReferenceSystem()Returns the current coordinate reference system.GridCoverage2D.getCoordinateReferenceSystem2D()Returns the two-dimensional part of this grid coverage CRS.GridGeometry2D.getCoordinateReferenceSystem2D()Returns the two-dimensional part of this grid geometry CRS.protected CoordinateReferenceSystemGridCoverageFactory.getDefaultCRS(int dimension) Returns the default coordinate reference system to use when no CRS were explicitly specified by the user.GridGeometry2D.reduce(CoordinateReferenceSystem crs) Reduces the specified CRS to a two-dimensional one.Methods in org.geotools.coverage.grid with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionGridCoverageFactory.create(CharSequence name, RenderedImage image, CoordinateReferenceSystem crs, MathTransform gridToCRS, GridSampleDimension[] bands, GridCoverage[] sources, Map<?, ?> properties) Constructs a grid coverage from the specified image and "grid to CRS" transform.GridCoverageFactory.create(CharSequence name, WritableRaster raster, CoordinateReferenceSystem crs, MathTransform gridToCRS, double[] minValues, double[] maxValues, Unit<?> units, Color[][] colors, RenderingHints hints) Constructs a grid coverage from the specified raster and "grid to CRS" transform.GridCoverageFactory.create(CharSequence name, WritableRaster raster, CoordinateReferenceSystem crs, MathTransform gridToCRS, GridSampleDimension[] bands) Constructs a grid coverage from the specified raster and "grid to CRS" transform.GridGeometry2D.reduce(CoordinateReferenceSystem crs) Reduces the specified CRS to a two-dimensional one.voidGridCoverageBuilder.setCoordinateReferenceSystem(CoordinateReferenceSystem crs) Sets the coordinate reference system to the specified value.Constructors in org.geotools.coverage.grid with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionprotectedAbstractGridCoverage(CharSequence name, CoordinateReferenceSystem crs, PropertySource propertySource, Map<?, ?> properties) Constructs a grid coverage using the specified coordinate reference system.protectedAbstractGridCoverage(CharSequence name, CoordinateReferenceSystem crs, GridCoverage[] sources, PropertySource propertySource, Map<?, ?> properties) Constructs a grid coverage with sources.GeneralGridGeometry(GridEnvelope gridRange, PixelInCell anchor, MathTransform gridToCRS, CoordinateReferenceSystem crs) Constructs a new grid geometry from a grid range and a math transform mapping pixel center or corner.GeneralGridGeometry(GridEnvelope gridRange, MathTransform gridToCRS, CoordinateReferenceSystem crs) Constructs a new grid geometry from a grid range and a math transform mapping pixel center.GridGeometry2D(GridEnvelope gridRange, PixelOrientation anchor, MathTransform gridToCRS, CoordinateReferenceSystem crs, Hints hints) Constructs a new grid geometry from a math transform.GridGeometry2D(GridEnvelope gridRange, PixelInCell anchor, MathTransform gridToCRS, CoordinateReferenceSystem crs, Hints hints) Constructs a new grid geometry from a math transform.GridGeometry2D(GridEnvelope gridRange, MathTransform gridToCRS, CoordinateReferenceSystem crs) Constructs a new grid geometry from a grid range and a math transform. -
Uses of CoordinateReferenceSystem in org.geotools.coverage.grid.io
Fields in org.geotools.coverage.grid.io declared as CoordinateReferenceSystemModifier and TypeFieldDescriptionprotected CoordinateReferenceSystemAbstractGridCoverage2DReader.crscrs for this coverageMethods in org.geotools.coverage.grid.io that return CoordinateReferenceSystemModifier and TypeMethodDescriptionAbstractGridCoverage2DReader.getCoordinateReferenceSystem()Retrieves theGeneralBoundsfor thisAbstractGridCoverage2DReader.AbstractGridCoverage2DReader.getCoordinateReferenceSystem(String coverageName) Retrieves theGeneralBoundsfor thisAbstractGridCoverage2DReader.GridCoverage2DReader.getCoordinateReferenceSystem()Retrieves theCoordinateReferenceSystemassociated to the default coverage for thisGridCoverage2DReader.GridCoverage2DReader.getCoordinateReferenceSystem(String coverageName) Retrieves theCoordinateReferenceSystemassociated to thisGridCoverage2DReaderfor the specified coverageName.GroundControlPoints.getCoordinateReferenceSystem()The tie points coordinate reference systemstatic CoordinateReferenceSystemAbstractGridFormat.getDefaultCRS()getDefaultCRSMethods in org.geotools.coverage.grid.io with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionprotected static final double[]AbstractGridCoverage2DReader.getResolution(GeneralBounds envelope, Rectangle2D dim, CoordinateReferenceSystem crs) This method is responsible for computing the resolutions in for the provided grid geometry in the provided crs.Constructors in org.geotools.coverage.grid.io with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionGroundControlPoints(List<TiePoint> tiePoints, CoordinateReferenceSystem crs) ReadResolutionCalculator(GridGeometry2D requestedGridGeometry, CoordinateReferenceSystem nativeCrs, double[] fullResolution) -
Uses of CoordinateReferenceSystem in org.geotools.coverage.grid.io.imageio.geotiff
Methods in org.geotools.coverage.grid.io.imageio.geotiff that return CoordinateReferenceSystemModifier and TypeMethodDescriptionGeoTiffMetadata2CRSAdapter.createCoordinateSystem(GeoTiffIIOMetadataDecoder metadata) This method creates aCoordinateReferenceSystemobject from the metadata which has been set earlier.Constructors in org.geotools.coverage.grid.io.imageio.geotiff with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionConstructs a parser using the default set of symbols and factories. -
Uses of CoordinateReferenceSystem in org.geotools.coverage.io
Methods in org.geotools.coverage.io that return CoordinateReferenceSystemModifier and TypeMethodDescriptionCoverageSource.getCoordinateReferenceSystem()abstract CoordinateReferenceSystemCoverageSource.TemporalDomain.getCoordinateReferenceSystem()abstract CoordinateReferenceSystemCoverageSource.VerticalDomain.getCoordinateReferenceSystem()abstract CoordinateReferenceSystemCoverageSource.SpatialDomain.getCoordinateReferenceSystem2D()SpatialRequestHelper.CoverageProperties.getCrs2D()SpatialRequestHelper.CoverageProperties.getGeographicCRS2D()Methods in org.geotools.coverage.io with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionvoidSpatialRequestHelper.CoverageProperties.setCrs2D(CoordinateReferenceSystem crs2d) voidCoverageReadRequest.setDomainSubset(Rectangle rasterArea, MathTransform2D gridToWorldTrasform, CoordinateReferenceSystem crs) voidSpatialRequestHelper.CoverageProperties.setGeographicCRS2D(CoordinateReferenceSystem geographicCRS2D) -
Uses of CoordinateReferenceSystem in org.geotools.coverage.io.impl
Methods in org.geotools.coverage.io.impl that return CoordinateReferenceSystemModifier and TypeMethodDescriptionDefaultCoverageSource.getCoordinateReferenceSystem()DefaultGridCoverageResponse.getCoordinateReferenceSystem() -
Uses of CoordinateReferenceSystem in org.geotools.coverage.io.netcdf
Methods in org.geotools.coverage.io.netcdf that return CoordinateReferenceSystemModifier and TypeMethodDescriptionNetCDFReader.getCoordinateReferenceSystem()NetCDFReader.getCoordinateReferenceSystem(String coverageName) -
Uses of CoordinateReferenceSystem in org.geotools.coverage.io.netcdf.crs
Methods in org.geotools.coverage.io.netcdf.crs that return CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic CoordinateReferenceSystemProjectionBuilder.buildCRS(Map<String, ?> props, ParameterValueGroup parameters, Ellipsoid ellipsoid) Build a ProjectedCoordinateReferenceSystemparsing Conversion parameters and Ellipsoidstatic CoordinateReferenceSystemProjectionBuilder.createProjection(String projectionName, String code, Double semiMajor, Double inverseFlattening, Map<String, Double> params) Quick method to create aCoordinateReferenceSysteminstance, given the OGC ProjectionName, such as "lambert_conformal_conic_2sp"), a custom code number for it, the semiMajor, the inverseFlattening (when infinity, assuming the reference ellipsoid is a spheroid), and the Projection Params through a <key,value> map (as an instance: <"central_meridian",-95>)static CoordinateReferenceSystemNetCDFProjection.lookForDatasetCRS(NetcdfDataset dataset) Look for a dataset globalCoordinateReferenceSystemdefinition provided through a spatial_ref global attribute.static CoordinateReferenceSystemNetCDFProjection.lookForVariableCRS(NetcdfDataset dataset, CoordinateReferenceSystem defaultCrs) static CoordinateReferenceSystemNetCDFProjection.lookForVariableCRS(NetcdfDataset dataset, CoordinateReferenceSystem defaultCrs, Map<String, Object> crsProperties) Look for a CoordinateReferenceSystem defined into a variablestatic CoordinateReferenceSystemNetCDFProjection.lookupForCustomEpsg(CoordinateReferenceSystem crs) Check if any custom EPSG maps the provided crs and return that onestatic CoordinateReferenceSystemNetCDFProjection.parseProjection(NetcdfDataset dataset) Look for a SPATIAL_REF global attribute and parsing it (as WKT) to setup aCoordinateReferenceSystemstatic CoordinateReferenceSystemNetCDFProjection.parseProjection(Variable var) Extract the georeferencing projection information from the specified variable and setup aCoordinateReferenceSysteminstancestatic CoordinateReferenceSystemNetCDFProjection.parseProjection(Variable var, NetCDFProjection.CRSParser crsParser) Extract the georeferencing projection information from the specified variable and setup aCoordinateReferenceSysteminstancestatic CoordinateReferenceSystemNetCDFProjection.parseProjection(Variable var, NetCDFProjection.CRSParser crsParser, Map<String, Object> crsProperties) Extract the georeferencing projection information from the specified variable and setup aCoordinateReferenceSysteminstanceMethods in org.geotools.coverage.io.netcdf.crs with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionNetCDFCoordinateReferenceSystemType.getCoordinates(CoordinateReferenceSystem crs) Return the set ofNetCDFCoordinateReferenceSystemType.NetCDFCoordinates for the current NetCDF CRS type, taking into account a reference crs.static CoordinateReferenceSystemNetCDFProjection.lookForVariableCRS(NetcdfDataset dataset, CoordinateReferenceSystem defaultCrs) static CoordinateReferenceSystemNetCDFProjection.lookForVariableCRS(NetcdfDataset dataset, CoordinateReferenceSystem defaultCrs, Map<String, Object> crsProperties) Look for a CoordinateReferenceSystem defined into a variablestatic CoordinateReferenceSystemNetCDFProjection.lookupForCustomEpsg(CoordinateReferenceSystem crs) Check if any custom EPSG maps the provided crs and return that oneNetCDFCoordinateReferenceSystemType.parseCRS(CoordinateReferenceSystem crs) Return a properNetCDFCoordinateReferenceSystemTypedepending on the input OGCCoordinateReferenceSysteminstance. -
Uses of CoordinateReferenceSystem in org.geotools.coverage.io.util
Methods in org.geotools.coverage.io.util that return CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic CoordinateReferenceSystemUtilities.getMercator2SPProjectedCRS(double standardParallel, double centralMeridian, double natOriginLat, GeographicCRS sourceCRS, Hints hints) Simple utility method which allows to build a Mercator2SP Projected CRS given the set of required parameters.Methods in org.geotools.coverage.io.util with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic GridCoverageUtilities.compute(Object input, int imageIndex, boolean needTransformation, boolean isEmptyRequest, boolean useJAI, ImageReadParam imageReadParam, boolean useMultithreading, GridSampleDimension[] sampleDimensions, ImageReaderSpi imageReaderSpi, String coverageName, GridCoverageFactory coverageFactory, MathTransform raster2Model, CoordinateReferenceSystem coordinateReferenceSystem, GeneralBounds envelope2D) Compute the coverage request and produce a grid coverage.static GridCoverageUtilities.createCoverage(ImageReaderSpi spi, Object input, int imageIndex, ImageReadParam imageReadParam, boolean useJAI, boolean useMultithreading, boolean newTransform, GridSampleDimension[] sampleDimensions, String coverageName, GridCoverageFactory coverageFactory, MathTransform raster2Model, CoordinateReferenceSystem coordinateReferenceSystem, GeneralBounds coverageEnvelope2D) This method creates the GridCoverage2D from the underlying file given a specified envelope, and a requested dimension.static GridCoverageUtilities.createCoverageFromImage(GridCoverageFactory coverageFactory, String coverageName, int imageIndex, PlanarImage image, MathTransform raster2Model, CoordinateReferenceSystem spatialReferenceSystem2D, GeneralBounds coverageEnvelope2D, GridSampleDimension[] sampleDimensions) Creates aGridCoveragefor the providedPlanarImageusing theMathTransformthat was provided for this coverage.static GeneralBoundsUtilities.evaluateRequestedParams(GridEnvelope originalGridRange, ReferencedEnvelope baseEnvelope2D, CoordinateReferenceSystem spatialReferenceSystem2D, MathTransform originalGridToWorld, GeneralBounds requestedEnvelope, Rectangle sourceRegion, Rectangle requestedDim, MathTransform2D readGridToWorld, ReferencedEnvelope wgs84BaseEnvelope2D) Evaluates the requested envelope and builds a new adjusted version of it fitting this coverage envelope.static GeneralBoundsUtilities.getIntersection(ReferencedEnvelope baseEnvelope2D, CoordinateReferenceSystem spatialReferenceSystem2D, GeneralBounds requestedEnvelope2D, Rectangle requestedDim, MathTransform2D readGridToWorld, ReferencedEnvelope wgs84BaseEnvelope2D) Returns the intersection between the base envelope and the requested envelope. -
Uses of CoordinateReferenceSystem in org.geotools.coverage.processing
Fields in org.geotools.coverage.processing declared as CoordinateReferenceSystemModifier and TypeFieldDescriptionOperationJAI.Parameters.crsThe two dimensional coordinate reference system for all sources and the destinationGridCoverage2D.Methods in org.geotools.coverage.processing with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionOperationJAI.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Prepares the properties to be given to the coverage created by thederiveGridCoveragemethod.Operations.resample(Coverage source, CoordinateReferenceSystem crs) Resamples a coverage to the specified coordinate reference system.Operations.resample(GridCoverage source, CoordinateReferenceSystem crs, GridGeometry gridGeometry, Interpolation interpolationType) Resamples a grid coverage to the specified coordinate reference system and grid geometry.Operations.resample(GridCoverage source, CoordinateReferenceSystem crs, GridGeometry gridGeometry, Interpolation interpolationType, double[] backgroundValues) Resamples a grid coverage to the specified coordinate reference system and grid geometry.protected voidOperationJAI.resampleToCommonGeometry(GridCoverage2D[] sources, CoordinateReferenceSystem crs2D, MathTransform2D gridToCrs2D, Hints hints) Resamples all sources grid coverages to the same two-dimensional geometry before to apply the OperationJAI.operation. -
Uses of CoordinateReferenceSystem in org.geotools.coverage.processing.operation
Fields in org.geotools.coverage.processing.operation with type parameters of type CoordinateReferenceSystemModifier and TypeFieldDescriptionstatic final ParameterDescriptor<CoordinateReferenceSystem>Resample.COORDINATE_REFERENCE_SYSTEMThe parameter descriptor for the coordinate reference system.Methods in org.geotools.coverage.processing.operation with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionAbsolute.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Add.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) AddConst.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Affine.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) protected MapBandMerge.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform toCRS, GridCoverage2D[] sources, BandMerge.BandMergeParams parameters) DivideByConst.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Exp.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Extrema.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform toCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Prepare the minimum and maximum properties for this extream operation.Histogram.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform toCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Prepare theHistogramproperty for this histogram operation.Invert.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Log.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Mosaic.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, Mosaic.Params parameters) Multiply.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) MultiplyConst.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Rescale.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Scale.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) ShadedRelief.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) SubtractConst.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) SubtractFromConst.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Warp.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) ZonalStatistics.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform toCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) -
Uses of CoordinateReferenceSystem in org.geotools.coverage.util
Methods in org.geotools.coverage.util that return CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic CoordinateReferenceSystemReturns a two-dimensional CRS for the given coverage.static CoordinateReferenceSystemCoverageUtilities.getHorizontalCRS(Coverage coverage) Returns a two-dimensional horizontal CRS for the given coverage. -
Uses of CoordinateReferenceSystem in org.geotools.data
Methods in org.geotools.data that return CoordinateReferenceSystemModifier and TypeMethodDescriptionPrjFileReader.getCoordinateReferenceSystem()Return the Coordinate Reference System retrieved by this reader.DefaultResourceInfo.getCRS()MapInfoFileReader.getCRS()Get CoordinateReferenceSystenMethods in org.geotools.data with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic SimpleFeatureTypeDataUtilities.createSubType(SimpleFeatureType featureType, String[] properties, CoordinateReferenceSystem override) Create a derived FeatureTypestatic SimpleFeatureTypeDataUtilities.createSubType(SimpleFeatureType featureType, String[] properties, CoordinateReferenceSystem override, String typeName, URI namespace) Create a derived FeatureTypevoidDefaultResourceInfo.setCRS(CoordinateReferenceSystem crs) -
Uses of CoordinateReferenceSystem in org.geotools.data.complex
Fields in org.geotools.data.complex declared as CoordinateReferenceSystemModifier and TypeFieldDescriptionprotected CoordinateReferenceSystemDataAccessMappingFeatureIterator.reprojectionReprojected CRS from the source simple features, or nullMethods in org.geotools.data.complex with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionNestedAttributeMapping.getFeatures(Object source, Object foreignKeyValue, List<Object> idValues, CoordinateReferenceSystem reprojection, Object feature, List<PropertyName> selectedProperties, boolean includeMandatory, int resolveDepth, Integer resolveTimeOut) Get the maching built features that are stored in this mapping using a supplied link valueNestedAttributeMapping.getFeatures(Object foreignKeyValue, CoordinateReferenceSystem reprojection, Feature feature, int resolveDepth, Integer resolveTimeOut) Get the maching built features that are stored in this mapping using a supplied link valueNestedAttributeMapping.getInputFeatures(Object caller, Object foreignKeyValue, List<Object> idValues, Object feature, CoordinateReferenceSystem reprojection, List<PropertyName> selectedProperties, boolean includeMandatory) Get matching input features that are stored in this mapping using a supplied link value.protected abstract voidAbstractMappingFeatureIterator.initialiseSourceFeatures(FeatureTypeMapping mapping, Query query, CoordinateReferenceSystem crs) protected voidDataAccessMappingFeatureIterator.initialiseSourceFeatures(FeatureTypeMapping mapping, Query query, CoordinateReferenceSystem targetCRS) booleanDataAccessMappingFeatureIterator.isReprojectionCrsEqual(CoordinateReferenceSystem source, CoordinateReferenceSystem target) -
Uses of CoordinateReferenceSystem in org.geotools.data.complex.config
Methods in org.geotools.data.complex.config that return CoordinateReferenceSystem -
Uses of CoordinateReferenceSystem in org.geotools.data.complex.feature.type
Methods in org.geotools.data.complex.feature.type that return CoordinateReferenceSystemModifier and TypeMethodDescriptionFeatureTypeProxy.getCoordinateReferenceSystem()GeometryTypeProxy.getCoordinateReferenceSystem()Methods in org.geotools.data.complex.feature.type with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionFeatureTypeRegistry.getAttributeType(Name typeName, XSDTypeDefinition xsdType, CoordinateReferenceSystem crs) FeatureTypeRegistry.getDescriptor(Name descriptorName, CoordinateReferenceSystem crs) -
Uses of CoordinateReferenceSystem in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type CoordinateReferenceSystem -
Uses of CoordinateReferenceSystem in org.geotools.data.crs
Constructors in org.geotools.data.crs with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionForceCoordinateSystemFeatureReader(FeatureReader<SimpleFeatureType, SimpleFeature> reader, CoordinateReferenceSystem cs) Builds a new ForceCoordinateSystemFeatureReaderForceCoordinateSystemFeatureReader(FeatureReader<SimpleFeatureType, SimpleFeature> reader, CoordinateReferenceSystem cs, boolean forceOnlyMissing) Builds a new ForceCoordinateSystemFeatureReaderForceCoordinateSystemFeatureResults(FeatureCollection<SimpleFeatureType, SimpleFeature> results, CoordinateReferenceSystem forcedCS) ForceCoordinateSystemFeatureResults(FeatureCollection<SimpleFeatureType, SimpleFeature> results, CoordinateReferenceSystem forcedCS, boolean forceOnlyMissing) ForceCoordinateSystemIterator(FeatureIterator<SimpleFeature> reader, SimpleFeatureType type, CoordinateReferenceSystem cs) Builds a new ForceCoordinateSystemFeatureReaderReprojectFeatureReader(FeatureReader<SimpleFeatureType, SimpleFeature> reader, CoordinateReferenceSystem cs) Constructor that will generate schema and mathTransforms for the results.ReprojectFeatureResults(FeatureCollection<SimpleFeatureType, SimpleFeature> results, CoordinateReferenceSystem destinationCS) Creates a new reprojecting feature results -
Uses of CoordinateReferenceSystem in org.geotools.data.csv
Methods in org.geotools.data.csv that return CoordinateReferenceSystemMethods in org.geotools.data.csv with parameters of type CoordinateReferenceSystemConstructors in org.geotools.data.csv with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionCSVFileState(File file, URI namespace, String typeName, CoordinateReferenceSystem crs) -
Uses of CoordinateReferenceSystem in org.geotools.data.db2
Methods in org.geotools.data.db2 that return CoordinateReferenceSystemModifier and TypeMethodDescriptionDB2SQLDialect.createCRS(int srid, Connection cx) DB2SQLDialectBasic.createCRS(int srid, Connection cx) DB2SQLDialectPrepared.createCRS(int srid, Connection cx) -
Uses of CoordinateReferenceSystem in org.geotools.data.geojson.store
Methods in org.geotools.data.geojson.store that return CoordinateReferenceSystemMethods in org.geotools.data.geojson.store with parameters of type CoordinateReferenceSystem -
Uses of CoordinateReferenceSystem in org.geotools.data.geoparquet
Methods in org.geotools.data.geoparquet that return CoordinateReferenceSystemModifier and TypeMethodDescriptionGeoParquetDialect.createCRS(int srid, Connection cx) Override to use theGeoParquetMetadataprovided axis order on a per-FeatureType basis.GeoparquetDatasetMetadata.getCrs()Gets the CRS for the primary geometry column in the dataset.Gets the CRS for a specific geometry column in the dataset. -
Uses of CoordinateReferenceSystem in org.geotools.data.hana
Methods in org.geotools.data.hana that return CoordinateReferenceSystem -
Uses of CoordinateReferenceSystem in org.geotools.data.joining
Methods in org.geotools.data.joining with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionJoiningNestedAttributeMapping.getFeatures(Object caller, Object foreignKeyValue, List<Object> idValues, CoordinateReferenceSystem reprojection, Object feature, List<PropertyName> selectedProperties, boolean includeMandatory, int resolveDepth, Integer resolveTimeOut) Get the maching built features that are stored in this mapping using a supplied link valueJoiningNestedAttributeMapping.getInputFeatures(Object caller, Object foreignKeyValue, List<Object> idValues, Object feature, CoordinateReferenceSystem reprojection, List<PropertyName> selectedProperties, boolean includeMandatory) Get matching input features that are stored in this mapping using a supplied link value.JoiningNestedAttributeMapping.initSourceFeatures(JoiningNestedAttributeMapping.Instance instance, Name featureTypeName, CoordinateReferenceSystem reprojection, List<PropertyName> selectedProperties, boolean includeMandatory, int resolveDepth, Integer resolveTimeOut, Transaction transaction) Initialise a new iterator (for polymorphism, there could be multiple per instance) -
Uses of CoordinateReferenceSystem in org.geotools.data.memory
Methods in org.geotools.data.memory that return CoordinateReferenceSystemConstructors in org.geotools.data.memory with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionCollectionSource(Collection<T> collection, CoordinateReferenceSystem crs) -
Uses of CoordinateReferenceSystem in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb that return CoordinateReferenceSystem -
Uses of CoordinateReferenceSystem in org.geotools.data.mongodb.complex
Methods in org.geotools.data.mongodb.complex with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionMongoNestedMapping.getFeatures(Object source, Object foreignKeyValue, List<Object> idValues, CoordinateReferenceSystem reprojection, Object feature, List<PropertyName> selectedProperties, boolean includeMandatory, int resolveDepth, Integer resolveTimeOut) -
Uses of CoordinateReferenceSystem in org.geotools.data.ogr
Methods in org.geotools.data.ogr with parameters of type CoordinateReferenceSystem -
Uses of CoordinateReferenceSystem in org.geotools.data.ogr.jni
Methods in org.geotools.data.ogr.jni with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionJniOGR.toEnvelope(Object extent, CoordinateReferenceSystem crs) -
Uses of CoordinateReferenceSystem in org.geotools.data.oracle
Methods in org.geotools.data.oracle that return CoordinateReferenceSystem -
Uses of CoordinateReferenceSystem in org.geotools.data.postgis
Methods in org.geotools.data.postgis that return CoordinateReferenceSystemModifier and TypeMethodDescriptionPostGISDialect.createCRS(int srid, Connection cx) Using PostGIS table spatial_ref_sys to determine authority name and code of sridPostGISPSDialect.createCRS(int srid, Connection cx) -
Uses of CoordinateReferenceSystem in org.geotools.data.shapefile
Methods in org.geotools.data.shapefile with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionvoidShapefileDataStore.forceSchemaCRS(CoordinateReferenceSystem crs) This method is used to force the creation of a .prj file. -
Uses of CoordinateReferenceSystem in org.geotools.data.store
Constructors in org.geotools.data.store with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionReprojectingFeatureCollection(SimpleFeatureCollection delegate, CoordinateReferenceSystem target) ReprojectingFeatureCollection(SimpleFeatureCollection delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target) ReprojectingFeatureCollection(FeatureCollection<SimpleFeatureType, SimpleFeature> delegate, CoordinateReferenceSystem target) ReprojectingFeatureCollection(FeatureCollection<SimpleFeatureType, SimpleFeature> delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target) ReprojectingFeatureIterator(SimpleFeatureIterator delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer) ReprojectingIterator(Iterator<SimpleFeature> delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer) -
Uses of CoordinateReferenceSystem in org.geotools.data.transform
Constructors in org.geotools.data.transform with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionDefinition(String name, Expression source, Class binding, CoordinateReferenceSystem crs) Creates a new transformed propertyDefinition(String name, Expression source, Class binding, CoordinateReferenceSystem crs, InternationalString description) Creates a new transformed propertyDefinition(String name, Expression source, Class binding, CoordinateReferenceSystem crs, InternationalString description, boolean nillable, List<Filter> restrictions) Creates a new transformed property -
Uses of CoordinateReferenceSystem in org.geotools.data.vpf
Methods in org.geotools.data.vpf that return CoordinateReferenceSystemModifier and TypeMethodDescriptionVPFFeatureClass.getCoordinateReferenceSystem()VPFFeatureType.getCoordinateReferenceSystem()VPFLibrary.getCoordinateReferenceSystem()Returns the coordinate reference system appropriate for this library. -
Uses of CoordinateReferenceSystem in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal that return CoordinateReferenceSystemMethods in org.geotools.data.wfs.internal with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionvoidGetFeatureRequest.findSupportedSrsName(CoordinateReferenceSystem crs) Looks for a srs specified in the configuration that matches the coordinate reference systemWFSClient.getBounds(QName typeName, CoordinateReferenceSystem targetCrs) static booleanWFSConfig.invertAxisNeeded(String axisOrder, CoordinateReferenceSystem crs) Checks if axis flipping is needed comparing axis order requested for the DataStore with query crs. -
Uses of CoordinateReferenceSystem in org.geotools.data.wfs.internal.parsers
Methods in org.geotools.data.wfs.internal.parsers with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic SimpleFeatureTypeEmfAppSchemaParser.parse(Configuration wfsConfiguration, QName featureName, URL schemaLocation, CoordinateReferenceSystem crs, Map<QName, Class<?>> mappedBindings) Parses the FeatureType pointed out by theschemaLocationURL and returns it.static SimpleFeatureTypeEmfAppSchemaParser.parse(Configuration wfsConfiguration, QName featureName, URL schemaLocation, CoordinateReferenceSystem crs, Map<QName, Class<?>> mappedBindings, EntityResolver entityResolver) Parses the FeatureType pointed out by theschemaLocationURL and returns it.static SimpleFeatureTypeEmfAppSchemaParser.parseSimpleFeatureType(QName featureName, URL schemaLocation, CoordinateReferenceSystem crs, Configuration wfsConfiguration, Map<QName, Class<?>> mappedBindings) static SimpleFeatureTypeEmfAppSchemaParser.parseSimpleFeatureType(Configuration configuration, QName featureTypeName, URL schemaLocation, CoordinateReferenceSystem crs) static SimpleFeatureTypeEmfAppSchemaParser.parseSimpleFeatureType(Configuration wfsConfiguration, QName featureName, URL schemaLocation, CoordinateReferenceSystem crs, Map<QName, Class<?>> mappedBindings) Parses the FeatureType pointed out by theschemaLocationURL and returns a subset consisting only of the simple attributes found on the original schema. -
Uses of CoordinateReferenceSystem in org.geotools.data.wfs.internal.v1_x
Methods in org.geotools.data.wfs.internal.v1_x that return CoordinateReferenceSystem -
Uses of CoordinateReferenceSystem in org.geotools.data.wfs.internal.v2_0
Methods in org.geotools.data.wfs.internal.v2_0 that return CoordinateReferenceSystem -
Uses of CoordinateReferenceSystem in org.geotools.feature
Fields in org.geotools.feature declared as CoordinateReferenceSystemMethods in org.geotools.feature that return CoordinateReferenceSystemMethods in org.geotools.feature with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionAbstractFeatureFactoryImpl.createGeometryAttribute(Object value, GeometryDescriptor descriptor, String id, CoordinateReferenceSystem crs) AttributeTypeBuilder.crs(CoordinateReferenceSystem crs) TypeBuilder.crs(CoordinateReferenceSystem crs) voidAttributeBuilder.setCRS(CoordinateReferenceSystem crs) Sets the coordinate reference system of the built feature.voidAttributeTypeBuilder.setCRS(CoordinateReferenceSystem crs) voidTypeBuilder.setCRS(CoordinateReferenceSystem crs) static booleanFeatureTypes.shouldReproject(SimpleFeatureType schema, CoordinateReferenceSystem crs) Tells if there is any work to be done for reprojection, i.e. if there are any CRS that differ but are compatible.static SimpleFeatureTypeFeatureTypes.transform(SimpleFeatureType schema, CoordinateReferenceSystem crs) Forces the specified CRS on all geometry attributesstatic SimpleFeatureTypeFeatureTypes.transform(SimpleFeatureType schema, CoordinateReferenceSystem crs, boolean forceOnlyMissing) Forces the specified CRS on geometry attributes (all or some, depends on the parameters).static SimpleFeatureTypeFeatureTypes.transform(SimpleFeatureType schema, CoordinateReferenceSystem crs, boolean forceOnlyMissing, boolean onlyIfCompatible) Forces the specified CRS on geometry attributes (all or some, depends on the parameters). -
Uses of CoordinateReferenceSystem in org.geotools.feature.simple
Fields in org.geotools.feature.simple declared as CoordinateReferenceSystemModifier and TypeFieldDescriptionprotected CoordinateReferenceSystemSimpleFeatureTypeBuilder.defaultCrsdefault coordinate reference system of the typeMethods in org.geotools.feature.simple that return CoordinateReferenceSystemModifier and TypeMethodDescriptionprotected CoordinateReferenceSystemDecodes a srs, supplying a useful error message if there is a problem.SimpleFeatureTypeBuilder.getCRS()The fallback coordinate reference system that will be applied to any geometric attributes added to the type without their own coordinate reference system specified.Methods in org.geotools.feature.simple with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionvoidSimpleFeatureTypeBuilder.add(String name, Class<?> binding, CoordinateReferenceSystem crs) Adds a new geometric attribute w/ provided name, class, and coordinate reference system.SimpleFeatureTypeBuilder.crs(CoordinateReferenceSystem crs) Sets the crs of the next attribute added to the feature type.static SimpleFeatureTypeSimpleFeatureTypeBuilder.retype(SimpleFeatureType original, CoordinateReferenceSystem crs) Create a SimpleFeatureType with the same content; just updating the geometry attribute to match the provided coordinate reference system.voidSimpleFeatureTypeBuilder.setCRS(CoordinateReferenceSystem crs) Sets the coordinate reference system of the next attribute being added. -
Uses of CoordinateReferenceSystem in org.geotools.feature.type
Fields in org.geotools.feature.type declared as CoordinateReferenceSystemMethods in org.geotools.feature.type that return CoordinateReferenceSystemModifier and TypeMethodDescriptionFeatureTypeImpl.getCoordinateReferenceSystem()GeometryDescriptorImpl.getCoordinateReferenceSystem()GeometryTypeImpl.getCoordinateReferenceSystem()Methods in org.geotools.feature.type with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionFeatureTypeFactoryImpl.createGeometryType(Name name, Class<?> binding, CoordinateReferenceSystem crs, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) Constructors in org.geotools.feature.type with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionGeometryTypeImpl(Name name, Class binding, CoordinateReferenceSystem crs, boolean identified, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) -
Uses of CoordinateReferenceSystem in org.geotools.filter.function
Fields in org.geotools.filter.function with type parameters of type CoordinateReferenceSystemModifier and TypeFieldDescriptionstatic final Parameter<CoordinateReferenceSystem>NorthFix.SOURCE_CRSstatic final Parameter<CoordinateReferenceSystem>NorthFix.TARGET_CRS -
Uses of CoordinateReferenceSystem in org.geotools.filter.spatial
Methods in org.geotools.filter.spatial with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionprotected GeometryReprojectingFilterVisitor.reproject(Object value, CoordinateReferenceSystem propertyCrs) Helper method to reproject a geometry.Constructors in org.geotools.filter.spatial with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionDefaultCRSFilterVisitor(FilterFactory factory, CoordinateReferenceSystem defaultCrs) protectedFunctionReprojector(CoordinateReferenceSystem propertyCrs, Function delegate) ReprojectingFilterVisitor(FilterFactory factory, FeatureType featureType, CoordinateReferenceSystem targetCrs) -
Uses of CoordinateReferenceSystem in org.geotools.filter.v1_0
Methods in org.geotools.filter.v1_0 with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionvoidOGCBBOXTypeBinding.setCRS(CoordinateReferenceSystem crs) Setter for crs. -
Uses of CoordinateReferenceSystem in org.geotools.gce.grassraster
Methods in org.geotools.gce.grassraster that return CoordinateReferenceSystemModifier and TypeMethodDescriptionJGrassMapEnvironment.getCoordinateReferenceSystem()Read thecrsfrom the location.Methods in org.geotools.gce.grassraster with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic GridCoverage2DJGrassUtilities.buildCoverage(String name, double[][] dataMatrix, double n, double s, double w, double e, CoordinateReferenceSystem crs, boolean matrixIsRowCol) Creates acoveragefrom a double[][] matrix and the necessary geographic Information.JGrassRegion.reproject(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, boolean lenient) Reprojects aregion. -
Uses of CoordinateReferenceSystem in org.geotools.gce.grassraster.core
Methods in org.geotools.gce.grassraster.core that return CoordinateReferenceSystem -
Uses of CoordinateReferenceSystem in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return CoordinateReferenceSystemModifier and TypeMethodDescriptionImageMosaicReader.getCoordinateReferenceSystem()ImageMosaicReader.getCoordinateReferenceSystem(String coverageName) MosaicConfigurationBean.getCrs()SpatialRequestHelper.CoverageProperties.getCrs2D()SpatialRequestHelper.CoverageProperties.getGeographicCRS2D()SpatialRequestHelper.getReferenceCRS(boolean useAlternativeIfAvailable) Methods in org.geotools.gce.imagemosaic with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic booleanUtils.isSupportedCRS(GridCoverage2DReader reader, CoordinateReferenceSystem crs) Check if the provided reader is a MultiCRS Reader and it can support the specified crs.static ReferencedEnvelopeUtils.reprojectEnvelope(ReferencedEnvelope sourceEnvelope, CoordinateReferenceSystem targetCRS, ReferencedEnvelope targetReferenceEnvelope) static GeometryUtils.reprojectEnvelopeToGeometry(ReferencedEnvelope sourceEnvelope, CoordinateReferenceSystem targetCRS, ReferencedEnvelope targetReferenceEnvelope) Reprojects an envelope using theProjectionHandlermachinery.voidMosaicConfigurationBean.setCrs(CoordinateReferenceSystem crs) voidSpatialRequestHelper.CoverageProperties.setCrs2D(CoordinateReferenceSystem crs2d) voidSpatialRequestHelper.CoverageProperties.setGeographicCRS2D(CoordinateReferenceSystem geographicCRS2D) -
Uses of CoordinateReferenceSystem in org.geotools.gce.imagemosaic.catalog.oracle
Fields in org.geotools.gce.imagemosaic.catalog.oracle declared as CoordinateReferenceSystemModifier and TypeFieldDescriptionprotected CoordinateReferenceSystemAbstractFeatureTypeMapper.coordinateReferenceSystemthe coordinateReferenceSystem for the geometryMethods in org.geotools.gce.imagemosaic.catalog.oracle that return CoordinateReferenceSystemModifier and TypeMethodDescriptionAbstractFeatureTypeMapper.getCoordinateReferenceSystem()FeatureTypeMapper.getCoordinateReferenceSystem()Get the coordinate Reference System -
Uses of CoordinateReferenceSystem in org.geotools.gce.imagemosaic.catalogbuilder
Methods in org.geotools.gce.imagemosaic.catalogbuilder that return CoordinateReferenceSystemMethods in org.geotools.gce.imagemosaic.catalogbuilder with parameters of type CoordinateReferenceSystem -
Uses of CoordinateReferenceSystem in org.geotools.gce.imagemosaic.egr
Constructors in org.geotools.gce.imagemosaic.egr with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionROIExcessGranuleRemover(Rectangle rasterBounds, int tileWidth, int tileHeight, CoordinateReferenceSystem targetCRS) -
Uses of CoordinateReferenceSystem in org.geotools.gce.imagepyramid
Methods in org.geotools.gce.imagepyramid that return CoordinateReferenceSystemModifier and TypeMethodDescriptionImagePyramidReader.getCoordinateReferenceSystem(String coverageName) -
Uses of CoordinateReferenceSystem in org.geotools.geojson.feature
Methods in org.geotools.geojson.feature that return CoordinateReferenceSystemModifier and TypeMethodDescriptionFeatureCollectionHandler.getCRS()FeatureHandler.getCRS()CRSHandler.getValue()FeatureJSON.readCRS(InputStream input) Reads a coordinate reference system from GeoJSON.Reads a coordinate reference system from GeoJSON.Methods in org.geotools.geojson.feature with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionvoidFeatureHandler.setCRS(CoordinateReferenceSystem crs) FeatureJSON.toString(CoordinateReferenceSystem crs) Writes a coordinate reference system as GeoJSON returning the result as a string.voidFeatureJSON.writeCRS(CoordinateReferenceSystem crs, OutputStream output) Writes a coordinate reference system as GeoJSON.voidFeatureJSON.writeCRS(CoordinateReferenceSystem crs, Object output) Writes a coordinate reference system as GeoJSON. -
Uses of CoordinateReferenceSystem in org.geotools.geometry
Methods in org.geotools.geometry that return CoordinateReferenceSystemModifier and TypeMethodDescriptionEnvelope2DArchived.getCoordinateReferenceSystem()Returns the coordinate reference system in which the coordinates are given.GeneralBounds.getCoordinateReferenceSystem()Returns the coordinate reference system in which the coordinates are given.GeneralPosition.getCoordinateReferenceSystem()Returns the coordinate reference system in which the coordinate is given.Position1D.getCoordinateReferenceSystem()Returns the coordinate reference system in which the coordinate is given.Position2D.getCoordinateReferenceSystem()Returns the coordinate reference system in which the coordinate is given.Position3D.getCoordinateReferenceSystem()Returns the coordinate reference system in which the coordinate is given.Methods in org.geotools.geometry with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic voidAbstractPosition.checkCoordinateReferenceSystemDimension(CoordinateReferenceSystem crs, int expected) Convenience method for checking coordinate reference system validity.TransformedPosition.inverseTransform(CoordinateReferenceSystem crs) Returns a new point with the same coordinates than this one, but transformed in the given CRS.voidEnvelope2DArchived.setCoordinateReferenceSystem(CoordinateReferenceSystem crs) Set the coordinate reference system in which the coordinate are given.voidGeneralBounds.setCoordinateReferenceSystem(CoordinateReferenceSystem crs) Sets the coordinate reference system in which the coordinate are given.voidGeneralPosition.setCoordinateReferenceSystem(CoordinateReferenceSystem crs) Set the coordinate reference system in which the coordinate is given.voidPosition1D.setCoordinateReferenceSystem(CoordinateReferenceSystem crs) Set the coordinate reference system in which the coordinate is given.voidPosition2D.setCoordinateReferenceSystem(CoordinateReferenceSystem crs) Set the coordinate reference system in which the coordinate is given.voidPosition3D.setCoordinateReferenceSystem(CoordinateReferenceSystem crs) Set the coordinate reference system in which the coordinate is given.voidTransformedPosition.setCoordinateReferenceSystem(CoordinateReferenceSystem crs) Sets the coordinate reference system in which the coordinate is given.Envelope2DArchived.toBounds(CoordinateReferenceSystem targetCRS) Constructors in org.geotools.geometry with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionConstructs an initially empty envelope with the defined CRS.Envelope2DArchived(CoordinateReferenceSystem crs, double x, double y, double width, double height) Constructs two-dimensional envelope defined by the specified coordinates.Constructs two-dimensional envelope defined by an otherRectangle2D.GeneralBounds(Rectangle2D rect, CoordinateReferenceSystem crs) Constructs two-dimensional envelope defined by aRectangle2D.GeneralBounds(GridEnvelope gridRange, PixelInCell anchor, MathTransform gridToCRS, CoordinateReferenceSystem crs) Creates an envelope for a grid range transformed to an envelope using the specified math transform.Constructs an empty envelope with the specified coordinate reference system.GeneralBounds(CoordinateReferenceSystem crs, double xMin, double yMin, double width, double height) Constructs an empty envelope with the specified coordinate reference system.Constructs a position using the specified coordinate reference system.Constructs a position with the specified coordinate reference system.Constructs a position with the specified coordinate reference system.Position2D(CoordinateReferenceSystem crs, double x, double y) Constructs a 2D position from the specified ordinates in the specified CRS.Constructs a position with the specified coordinate reference system.Position3D(CoordinateReferenceSystem crs, double x, double y, double z) Constructs a 2D position from the specified ordinates in the specified CRS.TransformedPosition(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, Hints hints) Creates a new position which will contains the result of coordinate transformations fromsourceCRStotargetCRS. -
Uses of CoordinateReferenceSystem in org.geotools.geometry.jts
Fields in org.geotools.geometry.jts declared as CoordinateReferenceSystemModifier and TypeFieldDescriptionprotected CoordinateReferenceSystemReferencedEnvelope.crsThe coordinate reference system, ornull.Methods in org.geotools.geometry.jts that return CoordinateReferenceSystemModifier and TypeMethodDescriptionReferencedEnvelope.getCoordinateReferenceSystem()Returns the coordinate reference system associated with this envelope.static CoordinateReferenceSystemGet the CRS of a geometry, stored inGeometry.getUserData()(as aCoordinateReferenceSystemdirectly, or as aMap<Class,Value>) or as a non-zeroGeometry.getSRID().Methods in org.geotools.geometry.jts with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic ReferencedEnvelopeJTS.bounds(Geometry geometry, CoordinateReferenceSystem crs) Replacement for geometry.getEnvelopeInternal() that returns ReferencedEnvelope or ReferencedEnvelope3D as appropriate for the provided CRS.static voidJTS.checkCoordinatesRange(Geometry geom, CoordinateReferenceSystem crs) Checks a Geometry coordinates are within the area of validity of the specified reference system.static ReferencedEnvelopeReferencedEnvelope.create(Rectangle2D rectangle, CoordinateReferenceSystem crs) Utility method to create a ReferencedEnvelope from a Java2D Rectangle class, supporting empty rectangles.static ReferencedEnvelopeReferencedEnvelope.create(Bounds env, CoordinateReferenceSystem crs) Utility method to create a ReferencedEnvelope from providedBounds.static ReferencedEnvelopeReferencedEnvelope.create(CoordinateReferenceSystem crs) Factory method to create the correct ReferencedEnvelope implementation for the provided CoordinateReferenceSystem.static ReferencedEnvelopeReferencedEnvelope.envelope(Envelope env, CoordinateReferenceSystem crs) Utility method to create a ReferencedEnvelope a plain JTS Envelope class, supporting 2d as well as 3d envelopes (returning the right class).static doubleJTS.orthodromicDistance(Coordinate p1, Coordinate p2, CoordinateReferenceSystem crs) Computes the orthodromic distance between two points.static ReferencedEnvelopeReferencedEnvelope.rect(double x, double y, double width, double height, CoordinateReferenceSystem crs) Construct referenced envelope using rectangle conventions using width and height.static ReferencedEnvelopeReferencedEnvelope.rect(Rectangle2D rectangle, CoordinateReferenceSystem crs) Construct referenced envelope using rectangle conventions using width and height.voidGeometryCoordinateSequenceTransformer.setCoordinateReferenceSystem(CoordinateReferenceSystem crs) Sets the target coordinate reference system.voidReferencedEnvelope.setCoordinateReferenceSystem(CoordinateReferenceSystem crs) Set the coordinate reference system in which the coordinate are given.static voidJTS.setCRS(Geometry geometry, CoordinateReferenceSystem crs) Set the CRS of a geometry isGeometry.getUserData().ReferencedEnvelope.toBounds(CoordinateReferenceSystem targetCRS) Returns a new bounding box which contains the transformed shape of this bounding box.ReferencedEnvelope3D.toBounds(CoordinateReferenceSystem targetCRS) Returns a new bounding box which contains the transformed shape of this bounding box.static PositionJTS.toDirectPosition(Coordinate point, CoordinateReferenceSystem crs) Creates a DirectPosition from the provided point.static EnvelopeJTS.toGeographic(Envelope envelope, CoordinateReferenceSystem crs) Transforms the envelope from its current crs toDefaultGeographicCRS.WGS84.static GeometryJTS.toGeographic(Geometry geom, CoordinateReferenceSystem crs) Transforms the geometry from its current crs toDefaultGeographicCRS.WGS84.ReferencedEnvelope.transform(CoordinateReferenceSystem targetCRS, boolean lenient) Transforms the referenced envelope to the specified coordinate reference system.ReferencedEnvelope.transform(CoordinateReferenceSystem targetCRS, boolean lenient, int numPointsForTransformation) Transforms the referenced envelope to the specified coordinate reference system using the specified amount of points.ReferencedEnvelope3D.transform(CoordinateReferenceSystem targetCRS, boolean lenient) Transforms the referenced envelope to the specified coordinate reference system.ReferencedEnvelope3D.transform(CoordinateReferenceSystem targetCRS, boolean lenient, int numPointsForTransformation) Transforms the referenced envelope to the specified coordinate reference system using the specified amount of points.static ReferencedEnvelopeJTS.transformTo2D(ReferencedEnvelope sourceEnvelope, CoordinateReferenceSystem targetCRS, boolean lenient, int npoints) Transform from 3D down to 2D.static ReferencedEnvelope3DJTS.transformTo3D(ReferencedEnvelope sourceEnvelope, CoordinateReferenceSystem targetCRS, boolean lenient, int npoints) Transform from D up to 3D.Constructors in org.geotools.geometry.jts with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionReferencedEnvelope(double x1, double x2, double y1, double y2, CoordinateReferenceSystem crs) Creates an envelope for a region defined by maximum and minimum values.ReferencedEnvelope(Rectangle2D rectangle, CoordinateReferenceSystem crs) Creates an envelope for a Java2D rectangle.Creates a null envelope with the specified coordinate reference system.ReferencedEnvelope(Envelope envelope, CoordinateReferenceSystem crs) Creates a new envelope from an existing JTS envelope.ReferencedEnvelope3D(double x1, double x2, double y1, double y2, double z1, double z2, CoordinateReferenceSystem crs) Creates an envelope for a region defined by maximum and minimum values.Creates a null envelope with the specified coordinate reference system.ReferencedEnvelope3D(ReferencedEnvelope3D envelope, CoordinateReferenceSystem crs) Creates a new envelope from an existing JTS envelope.ReferencedEnvelope3D(Envelope envelope, CoordinateReferenceSystem crs) Creates a new envelope from an existing JTS envelope. -
Uses of CoordinateReferenceSystem in org.geotools.geopkg
Methods in org.geotools.geopkg that return CoordinateReferenceSystemMethods in org.geotools.geopkg with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionvoidGeoPackage.addCRS(CoordinateReferenceSystem crs, String auth, int srid) Adds a crs to the geopackage, registering it in the spatial_ref_sys table.static intGeoPackage.findSRID(Connection cx, CoordinateReferenceSystem crs) -
Uses of CoordinateReferenceSystem in org.geotools.geopkg.mosaic
Methods in org.geotools.geopkg.mosaic that return CoordinateReferenceSystemModifier and TypeMethodDescriptionGeoPackageReader.getCoordinateReferenceSystem(String coverageName) -
Uses of CoordinateReferenceSystem in org.geotools.gml.stream
Method parameters in org.geotools.gml.stream with type arguments of type CoordinateReferenceSystemModifier and TypeMethodDescriptionvoidXmlStreamGeometryReader.setInvertAxisNeeded(Predicate<CoordinateReferenceSystem> invertAxisNeeded) By default axis are not inverted, you can provide a predicate that determines whether axes need to be inverted for a CRS (only called once per CRS). -
Uses of CoordinateReferenceSystem in org.geotools.gml2.bindings
Methods in org.geotools.gml2.bindings that return CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic CoordinateReferenceSystemstatic CoordinateReferenceSystemDeprecated.Methods in org.geotools.gml2.bindings with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic StringGML2EncodingUtils.epsgCode(CoordinateReferenceSystem crs) UseGML2EncodingUtils.toURI(CoordinateReferenceSystem, SrsSyntax, boolean)instead, orSrsSyntaxdirectlystatic SimpleFeatureTypeGML2ParsingUtils.featureType(XSDElementDeclaration element, BindingWalkerFactory bwFactory, CoordinateReferenceSystem crs) Turns a xml type definition into a geotools feature type.static StringGML2EncodingUtils.toURI(CoordinateReferenceSystem crs) Encodes the crs object as a uri.static StringGML2EncodingUtils.toURI(CoordinateReferenceSystem crs, boolean forceOldStyle) Encodes the crs object as a uri.static StringGML2EncodingUtils.toURI(CoordinateReferenceSystem crs, SrsSyntax srsSyntax, boolean switchCode) Encodes the crs object as a uri using the specified syntax. -
Uses of CoordinateReferenceSystem in org.geotools.gml2.simple
Methods in org.geotools.gml2.simple with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionvoidGML2FeatureCollectionEncoderDelegate.GML2Delegate.setSrsNameAttribute(AttributesImpl atts, CoordinateReferenceSystem crs) voidGMLDelegate.setSrsNameAttribute(AttributesImpl atts, CoordinateReferenceSystem crs) Sets the SRS attribute with the proper syntax for the given GML version -
Uses of CoordinateReferenceSystem in org.geotools.gml3.bindings
Methods in org.geotools.gml3.bindings with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic URIGML3EncodingUtils.toURI(CoordinateReferenceSystem crs, SrsSyntax srsSyntax) -
Uses of CoordinateReferenceSystem in org.geotools.gml3.simple
Methods in org.geotools.gml3.simple with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionvoidGML32FeatureCollectionEncoderDelegate.GML32Delegate.setSrsNameAttribute(AttributesImpl atts, CoordinateReferenceSystem crs) -
Uses of CoordinateReferenceSystem in org.geotools.grid
Methods in org.geotools.grid with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionprotected static SimpleFeatureTypeDefaultGridFeatureBuilder.createType(String typeName, CoordinateReferenceSystem crs) Creates the feature TYPEConstructors in org.geotools.grid with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionDefaultGridFeatureBuilder(String typeName, CoordinateReferenceSystem crs) Creates a new instance.Creates a new instance with a feature TYPE having the default name and the supplied coordinate reference system. -
Uses of CoordinateReferenceSystem in org.geotools.grid.hexagon
Methods in org.geotools.grid.hexagon with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic HexagonHexagons.create(double minX, double minY, double sideLen, HexagonOrientation orientation, CoordinateReferenceSystem crs) Creates a newHexagonobject.Constructors in org.geotools.grid.hexagon with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionHexagonImpl(double minX, double minY, double sideLen, HexagonOrientation orientation, CoordinateReferenceSystem crs) Creates a new hexagon. -
Uses of CoordinateReferenceSystem in org.geotools.grid.oblong
Methods in org.geotools.grid.oblong with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic OblongOblongs.create(double minX, double minY, double width, double height, CoordinateReferenceSystem crs) Creates a newOblongobject.Constructors in org.geotools.grid.oblong with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionOblongImpl(double minX, double minY, double width, double height, CoordinateReferenceSystem crs) Creates a new oblong. -
Uses of CoordinateReferenceSystem in org.geotools.grid.ortholine
Methods in org.geotools.grid.ortholine with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionprotected static SimpleFeatureTypeOrthoLineFeatureBuilder.createType(String typeName, CoordinateReferenceSystem crs) Creates the feature TYPEConstructors in org.geotools.grid.ortholine with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionOrthoLineFeatureBuilder(String typeName, CoordinateReferenceSystem crs) Creates a new instance.Creates a new instance with a feature TYPE having the default name and the supplied coordinate reference system. -
Uses of CoordinateReferenceSystem in org.geotools.grid.oval
Methods in org.geotools.grid.oval with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic OvalOvals.create(double minX, double minY, double width, double height, CoordinateReferenceSystem crs) Creates a newOvalobject.Constructors in org.geotools.grid.oval with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionOvalImpl(double minX, double minY, double width, double height, CoordinateReferenceSystem crs) Creates a new oblong. -
Uses of CoordinateReferenceSystem in org.geotools.imageio.netcdf
Methods in org.geotools.imageio.netcdf that return CoordinateReferenceSystemModifier and TypeMethodDescriptionVariableAdapter.UnidataTemporalDomain.getCoordinateReferenceSystem()VariableAdapter.UnidataVerticalDomain.getCoordinateReferenceSystem()VariableAdapter.UnidataSpatialDomain.getCoordinateReferenceSystem2D()Methods in org.geotools.imageio.netcdf with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionvoidVariableAdapter.UnidataSpatialDomain.setCoordinateReferenceSystem(CoordinateReferenceSystem coordinateReferenceSystem) Constructors in org.geotools.imageio.netcdf with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionNetCDFImageMetadata(String variableName, SampleModel sm, ColorModel cm, CoordinateReferenceSystem crs) -
Uses of CoordinateReferenceSystem in org.geotools.imageio.netcdf.cv
Methods in org.geotools.imageio.netcdf.cv that return CoordinateReferenceSystemModifier and TypeMethodDescriptionprotected abstract CoordinateReferenceSystemCoordinateVariable.buildCoordinateReferenceSystem()CoordinateVariable.getCoordinateReferenceSystem() -
Uses of CoordinateReferenceSystem in org.geotools.imageio.netcdf.utilities
Fields in org.geotools.imageio.netcdf.utilities declared as CoordinateReferenceSystemMethods in org.geotools.imageio.netcdf.utilities with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic SimpleFeatureTypeNetCDFUtilities.createFeatureType(String schemaName, String schemaDef, CoordinateReferenceSystem crs) -
Uses of CoordinateReferenceSystem in org.geotools.jackson.datatype.projjson
Methods in org.geotools.jackson.datatype.projjson that return CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic CoordinateReferenceSystemParses a PROJJSON string into a GeoTools CRS object. -
Uses of CoordinateReferenceSystem in org.geotools.jdbc
Methods in org.geotools.jdbc that return CoordinateReferenceSystemModifier and TypeMethodDescriptionSQLDialect.createCRS(int srid, Connection cx) Turns the specified srid into aCoordinateReferenceSystem, or returnsnullif not possible. -
Uses of CoordinateReferenceSystem in org.geotools.map
Methods in org.geotools.map that return CoordinateReferenceSystemModifier and TypeMethodDescriptionMapContent.getCoordinateReferenceSystem()The coordinate reference system used for rendering the map.MapViewport.getCoordinateReferenceSystem()The coordinate reference system used for rendering the map.MapBoundsEvent.getNewCoordinateReferenceSystem()Get the new coordinate reference system.MapBoundsEvent.getOldCoordinateReferenceSystem()Get the previous coordinate reference system.Methods in org.geotools.map with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionvoidMapViewport.setCoordinateReferenceSystem(CoordinateReferenceSystem crs) Set theCoordinateReferenceSystemfor the viewport. -
Uses of CoordinateReferenceSystem in org.geotools.mbtiles
Fields in org.geotools.mbtiles declared as CoordinateReferenceSystemModifier and TypeFieldDescriptionprotected static final CoordinateReferenceSystemMBTilesDataStore.DEFAULT_CRSstatic final CoordinateReferenceSystemMBTilesFile.SPHERICAL_MERCATOR -
Uses of CoordinateReferenceSystem in org.geotools.ows.wms
Methods in org.geotools.ows.wms that return CoordinateReferenceSystemModifier and TypeMethodDescriptionCRSEnvelope.getCoordinateReferenceSystem()Returns the coordinate reference system for this envelope (if known). return CoordinateReferenceSystem if known, ornullWebMapServer.LayerInfo.getCRS()Methods in org.geotools.ows.wms with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionprotected Collection<String>Layer.extractCRSNames(CoordinateReferenceSystem crs) Layer.getEnvelope(CoordinateReferenceSystem crs) Look up an envelope for the provided CoordinateReferenceSystem.WebMapServer.getEnvelope(Layer layer, CoordinateReferenceSystem crs) Given a layer and a coordinate reference system, will locate an envelope for that layer in that CRS.static StringWMSUtils.matchEPSG(CoordinateReferenceSystem crs, Set codes) Given a CRS and a Set of type String consisting of EPSG CRS codes (such as "EPSG:4326"), it will check the transform that exists between each EPSG code's CRS and the given CRS. -
Uses of CoordinateReferenceSystem in org.geotools.ows.wms.map
Methods in org.geotools.ows.wms.map that return CoordinateReferenceSystemModifier and TypeMethodDescriptionWMSLayer.getCoordinateReferenceSystem()Returns the CRS used to make requests to the remote WMSMethods in org.geotools.ows.wms.map with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionbooleanWMSLayer.isNativelySupported(CoordinateReferenceSystem crs) Returns true if the specified CRS can be used directly to perform WMS requests. -
Uses of CoordinateReferenceSystem in org.geotools.ows.wms.request
Methods in org.geotools.ows.wms.request that return CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic CoordinateReferenceSystemAbstractGetMapRequest.toServerCRS(String srsName, boolean forceXY) -
Uses of CoordinateReferenceSystem in org.geotools.ows.wmts
Methods in org.geotools.ows.wmts with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionWebMapTileServer.getEnvelope(Layer layer, CoordinateReferenceSystem crs) WebMapTileServer.selectMatrixSet(WMTSLayer layer, CoordinateReferenceSystem requestCRS) Selects the tileMatrixSet that is linked to this layer with the given CRS -
Uses of CoordinateReferenceSystem in org.geotools.ows.wmts.client
Methods in org.geotools.ows.wmts.client that return CoordinateReferenceSystem -
Uses of CoordinateReferenceSystem in org.geotools.ows.wmts.map
Fields in org.geotools.ows.wmts.map with type parameters of type CoordinateReferenceSystemModifier and TypeFieldDescriptionstatic final DefaultParameterDescriptor<CoordinateReferenceSystem>WMTSMapLayer.SOURCE_CRSMethods in org.geotools.ows.wmts.map that return CoordinateReferenceSystemModifier and TypeMethodDescriptionWMTSCoverageReader.getCoordinateReferenceSystem()WMTSMapLayer.getCoordinateReferenceSystem()Returns the CRS used to make requests to the remote WMTSMethods in org.geotools.ows.wmts.map with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionbooleanWMTSMapLayer.isNativelySupported(CoordinateReferenceSystem crs) Returns true if the specified CRS can be used directly to perform WMTS requests.Constructors in org.geotools.ows.wmts.map with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionWMTSMapLayer(WebMapTileServer wmts, Layer layer, CoordinateReferenceSystem sourceCRS) Builds a new WMTS map layer -
Uses of CoordinateReferenceSystem in org.geotools.ows.wmts.model
Methods in org.geotools.ows.wmts.model that return CoordinateReferenceSystemModifier and TypeMethodDescriptionTileMatrixSet.getCoordinateReferenceSystem()TileMatrix.getCrs()Retrieve the CRS from the parent TileMatrixSetWMTSLayer.getPreferredCRS()protected CoordinateReferenceSystemTileMatrixSet.parseCoordinateReferenceSystem(String crs) Try and parse the crs string.Methods in org.geotools.ows.wmts.model with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionvoidWMTSLayer.addSRS(CoordinateReferenceSystem crs) protected Collection<String>WMTSLayer.extractCRSNames(CoordinateReferenceSystem crs) voidTileMatrixSet.setCoordinateReferenceSystem(CoordinateReferenceSystem coordinateReferenceSystem) voidWMTSLayer.setPreferredCRS(CoordinateReferenceSystem preferredCRS) -
Uses of CoordinateReferenceSystem in org.geotools.ows.wmts.request
Methods in org.geotools.ows.wmts.request that return CoordinateReferenceSystemMethods in org.geotools.ows.wmts.request with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionvoidAbstractGetTileRequest.setCRS(CoordinateReferenceSystem coordinateReferenceSystem) voidGetTileRequest.setCRS(CoordinateReferenceSystem coordinateReferenceSystem) -
Uses of CoordinateReferenceSystem in org.geotools.process.geometry
Methods in org.geotools.process.geometry with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic GeometryGeometryFunctions.reproject(Geometry geometry, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Will reproject a geometry to another CRS. -
Uses of CoordinateReferenceSystem in org.geotools.process.raster
Methods in org.geotools.process.raster with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic voidBaseCoverageAlgebraProcess.checkCompatibleCRS(CoordinateReferenceSystem crsA, CoordinateReferenceSystem crsB) Utility method for checking if two CRS are equalsRasterAsPointCollectionProcess.execute(GridCoverage2D gc2d, CoordinateReferenceSystem targetCRS, Float scaleFactor, Interpolation interpolation, Boolean emisphere) -
Uses of CoordinateReferenceSystem in org.geotools.process.vector
Methods in org.geotools.process.vector with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionFeatureProcess.execute(Geometry geometry, CoordinateReferenceSystem crs, String name) FeatureCollection<? extends FeatureType,? extends Feature> LRSMeasureProcess.execute(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Point point, CoordinateReferenceSystem crs) Process the input data set.NearestProcess.execute(FeatureCollection featureCollection, Point point, CoordinateReferenceSystem crs) Process the input data set.PointBuffers.execute(Point center, CoordinateReferenceSystem crs, double[] distances, Integer quadrantSegments, ProgressListener listener) ReprojectProcess.execute(SimpleFeatureCollection features, CoordinateReferenceSystem forcedCRS, CoordinateReferenceSystem targetCRS) SnapProcess.execute(FeatureCollection featureCollection, Point point, CoordinateReferenceSystem crs) Process the input data set.Constructors in org.geotools.process.vector with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionGeographicGenerator(Point center, int quadrantSegments, CoordinateReferenceSystem crs) -
Uses of CoordinateReferenceSystem in org.geotools.referencing
Methods in org.geotools.referencing that return CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic CoordinateReferenceSystemReturn a Coordinate Reference System for the specified code.static CoordinateReferenceSystemReturn a Coordinate Reference System for the specified code, maybe forcing the axis order to (longitude, latitude).CoordinateFormat.getCoordinateReferenceSystem()Returns the coordinate reference system for points to be formatted.GeodeticCalculator.getCoordinateReferenceSystem()Returns the coordinate reference system for all methods working onPositionobjects.static CoordinateReferenceSystemParses a Well Known Text (WKT) into a CRS object.Methods in org.geotools.referencing with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic MathTransformCRS.findMathTransform(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Grab a transform between two Coordinate Reference Systems.static MathTransformCRS.findMathTransform(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, boolean lenient) Grab a transform between two Coordinate Reference Systems.static MathTransformCRS.findMathTransform(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, String transformCode) Grab a transform between two Coordinate Reference Systems with the required transformation being used.static CRS.AxisOrderCRS.getAxisOrder(CoordinateReferenceSystem crs) Determines the axis ordering of a specified crs object.static CRS.AxisOrderCRS.getAxisOrder(CoordinateReferenceSystem crs, boolean useBaseGeoCRS) Determines the axis ordering of a specified crs object.static EllipsoidCRS.getEllipsoid(CoordinateReferenceSystem crs) Returns the first ellipsoid found in a coordinate reference system, ornullif there is none.static BoundsCRS.getEnvelope(CoordinateReferenceSystem crs) Returns the domain of validity for the specified coordinate reference system, ornullif unknown.static GeographicBoundingBoxReturns the valid geographic area for the specified coordinate reference system, ornullif unknown.static SingleCRSReturns the first horizontal coordinate reference system found in the given CRS, ornullif there is none.static MapProjectionReturns theMapProjectiondriving the specified crs, ornullif none could be found.static ProjectedCRSCRS.getProjectedCRS(CoordinateReferenceSystem crs) Returns the first projected coordinate reference system found in a the given CRS, ornullif there is none.static TemporalCRSCRS.getTemporalCRS(CoordinateReferenceSystem crs) Returns the first temporal coordinate reference system found in the given CRS, ornullif there is none.static Map<String,AbstractCoordinateOperation> CRS.getTransforms(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) List the availableDefaultConcatenatedOperationfrom sourceCRS to targetCRSstatic VerticalCRSCRS.getVerticalCRS(CoordinateReferenceSystem crs) Returns the first vertical coordinate reference system found in a the given CRS, ornullif there is none.static booleanCRS.isCompatible(CoordinateReferenceSystem sourceCrs, CoordinateReferenceSystem targetCrs, boolean allowDifferentDimension) Determines if one coordinate reference system is compatible with another, i.e. can be transformed to the otherstatic booleanCRS.isEquivalent(CoordinateReferenceSystem source, CoordinateReferenceSystem target) This method is checking if the 2 CRSs are equivalent by first using the equalsIgnoreMetadata approach and then looking for an identity transformation between the 2 CRSs if the first check fails.static booleanCRS.isTransformationRequired(CoordinateReferenceSystem source, CoordinateReferenceSystem target) Checks if a transformation is required to go from source to target.static IntegerCRS.lookupEpsgCode(CoordinateReferenceSystem crs, boolean fullScan) Looks up an EPSG code for the given coordinate reference system).static StringCRS.lookupIdentifier(Citation authority, CoordinateReferenceSystem crs, boolean fullScan) Looks up an identifier of the specified authority for the given coordinate reference system).voidCoordinateFormat.setCoordinateReferenceSystem(CoordinateReferenceSystem crs) Set the coordinate reference system for points to be formatted.static StringCRS.toSRS(CoordinateReferenceSystem crs) Returns the Spatial Reference System identifier, ornullif none.static StringCRS.toSRS(CoordinateReferenceSystem crs, boolean codeOnly) Returns the Spatial Reference System identifier, ornullif none.static GeneralBoundsCRS.transform(Bounds envelope, CoordinateReferenceSystem targetCRS) Transforms the given envelope to the specified CRS.Constructors in org.geotools.referencing with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionCoordinateFormat(Locale locale, CoordinateReferenceSystem crs) Constructs a new coordinate format for the specified locale and coordinate reference system.Constructs a new geodetic calculator expecting coordinates in the supplied CRS. -
Uses of CoordinateReferenceSystem in org.geotools.referencing.crs
Classes in org.geotools.referencing.crs that implement CoordinateReferenceSystemModifier and TypeClassDescriptionclassAbstract coordinate reference system, usually defined by a coordinate system and a datum.classA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).classAbstract coordinate reference system, consisting of a single coordinate system and a single datum (as opposed to compound CRS).classA coordinate reference system describing the position of points through two or more independent coordinate reference systems.classA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.classA contextually local coordinate reference system.classA 3D coordinate reference system with the origin at the approximate centre of mass of the earth.classA coordinate reference system based on an ellipsoidal approximation of the geoid; this provides an accurate representation of the geometry of geographic features for a large portion of the earth's surface.classAn engineering coordinate reference system applied to locations in images.classA 2D coordinate reference system used to approximate the shape of the earth on a planar surface.classA 1D coordinate reference system used for the recording of time.classA 1D coordinate reference system used for recording heights or depths.Fields in org.geotools.referencing.crs declared as CoordinateReferenceSystemModifier and TypeFieldDescriptionprotected final CoordinateReferenceSystemAbstractDerivedCRS.baseCRSThe base coordinate reference system.Methods in org.geotools.referencing.crs that return CoordinateReferenceSystemModifier and TypeMethodDescriptionAbstractDerivedCRS.getBaseCRS()Returns the base coordinate reference system.Methods in org.geotools.referencing.crs that return types with arguments of type CoordinateReferenceSystemModifier and TypeMethodDescriptionDefaultCompoundCRS.getCoordinateReferenceSystems()The ordered list of coordinate reference systems.Methods in org.geotools.referencing.crs with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionDefaultCompoundCRS.getSingleCRS(CoordinateReferenceSystem crs) Returns the ordered list of single coordinate reference systems for the specified CRS.Constructors in org.geotools.referencing.crs with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionConstructs a new coordinate reference system with the same values than the specified one.protectedAbstractDerivedCRS(Map<String, ?> properties, Conversion conversionFromBase, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS) Constructs a derived CRS from a defining conversion.protectedAbstractDerivedCRS(Map<String, Object> properties, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS) Constructs a derived CRS from a set of properties.DefaultCompoundCRS(String name, CoordinateReferenceSystem... crs) Constructs a coordinate reference system from a name.DefaultCompoundCRS(Map<String, ?> properties, CoordinateReferenceSystem... crs) Constructs a coordinate reference system from a set of properties.DefaultDerivedCRS(String name, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS) Constructs a derived CRS from a name.DefaultDerivedCRS(Map<String, ?> properties, Conversion conversionFromBase, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS) Constructs a derived CRS from a defining conversion.DefaultDerivedCRS(Map<String, Object> properties, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS) Constructs a derived CRS from a set of properties.DefaultDerivedCRS(Map<String, Object> properties, OperationMethod method, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS) Constructs a derived CRS from a set of properties. -
Uses of CoordinateReferenceSystem in org.geotools.referencing.epsg.wkt
Methods in org.geotools.referencing.epsg.wkt that return CoordinateReferenceSystemModifier and TypeMethodDescriptionEPSGCRSAuthorityFactory.createCoordinateReferenceSystem(String code) -
Uses of CoordinateReferenceSystem in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return CoordinateReferenceSystemModifier and TypeMethodDescriptionAbstractAuthorityFactory.createCoordinateReferenceSystem(String code) Returns an arbitrary coordinate reference system from a code.AbstractAuthorityMediator.createCoordinateReferenceSystem(String code) AbstractCachedAuthorityFactory.createCoordinateReferenceSystem(String code) AuthorityFactoryAdapter.createCoordinateReferenceSystem(String code) Returns an arbitrary coordinate reference system from a code.BufferedAuthorityFactory.createCoordinateReferenceSystem(String code) Returns an arbitrary coordinate reference system from a code.CachedAuthorityDecorator.createCoordinateReferenceSystem(String code) CachedCRSAuthorityDecorator.createCoordinateReferenceSystem(String code) FallbackAuthorityFactory.createCoordinateReferenceSystem(String code) Returns an arbitrary coordinate reference system from a code.PropertyAuthorityFactory.createCoordinateReferenceSystem(String code) Returns a coordinate reference system from a code.ThreadedAuthorityFactory.createCoordinateReferenceSystem(String code) Returns an arbitrary coordinate reference system from a code.ReferencingObjectFactory.createFromWKT(String wkt) Creates a coordinate reference system object from a string.ReferencingObjectFactory.createFromXML(String xml) Creates a coordinate reference system object from a XML string.protected abstract CoordinateReferenceSystemAbstractCachedAuthorityFactory.generateCoordinateReferenceSystem(String code) protected CoordinateReferenceSystemTransformedAuthorityFactory.replace(CoordinateReferenceSystem crs) Replaces (if needed) the specified coordinate reference system.ReferencingFactoryContainer.separate(CoordinateReferenceSystem crs, int[] dimensions) Returns a new coordinate reference system with only the specified dimension.ReferencingFactoryContainer.toGeodetic3D(CompoundCRS crs) Converts a 2D + 1D compound CRS into a 3D CRS, if possible.Methods in org.geotools.referencing.factory with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionReferencingObjectFactory.createCompoundCRS(Map<String, ?> properties, CoordinateReferenceSystem... elements) Creates a compound coordinate reference system from an ordered list ofCoordinateReferenceSystemobjects.ReferencingObjectFactory.createDerivedCRS(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS) Creates a derived coordinate reference system from a conversion.protected voidAuthorityFactoryAdapter.notifySuccess(String method, String code, CRSAuthorityFactory factory, CoordinateReferenceSystem crs) Log a message when a CRS is found.protected voidFallbackAuthorityFactory.notifySuccess(String method, String code, CRSAuthorityFactory factory, CoordinateReferenceSystem crs) protected voidManyAuthoritiesFactory.notifySuccess(String method, String code, CRSAuthorityFactory factory, CoordinateReferenceSystem crs) protected CoordinateReferenceSystemTransformedAuthorityFactory.replace(CoordinateReferenceSystem crs) Replaces (if needed) the specified coordinate reference system.ReferencingFactoryContainer.separate(CoordinateReferenceSystem crs, int[] dimensions) Returns a new coordinate reference system with only the specified dimension. -
Uses of CoordinateReferenceSystem in org.geotools.referencing.factory.epsg
Methods in org.geotools.referencing.factory.epsg that return CoordinateReferenceSystemModifier and TypeMethodDescriptionCartesianAuthorityFactory.createCoordinateReferenceSystem(String code) Creates a coordinate reference system from the specified code.DirectEpsgFactory.createCoordinateReferenceSystem(String code) Returns a coordinate reference system from a code.AbstractEpsgFactory.generateCoordinateReferenceSystem(String code) Returns a coordinate reference system from a code. -
Uses of CoordinateReferenceSystem in org.geotools.referencing.factory.wms
Methods in org.geotools.referencing.factory.wms that return CoordinateReferenceSystemModifier and TypeMethodDescriptionAutoCRSFactory.createCoordinateReferenceSystem(String code) Creates a coordinate reference system from the specified code.WebCRSFactory.createCoordinateReferenceSystem(String code) Creates a coordinate reference system from the specified code. -
Uses of CoordinateReferenceSystem in org.geotools.referencing.operation
Fields in org.geotools.referencing.operation declared as CoordinateReferenceSystemModifier and TypeFieldDescriptionprotected final CoordinateReferenceSystemAbstractCoordinateOperation.sourceCRSThe source CRS, ornullif not available.protected final CoordinateReferenceSystemAbstractCoordinateOperation.targetCRSThe target CRS, ornullif not available.Methods in org.geotools.referencing.operation that return CoordinateReferenceSystemModifier and TypeMethodDescriptionAbstractCoordinateOperation.getSourceCRS()Returns the source CRS.AbstractCoordinateOperation.getTargetCRS()Returns the target CRS.Methods in org.geotools.referencing.operation with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic ConversionDefaultConversion.create(Conversion definition, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, Class<? extends Conversion> typeHint) Returns a conversion from the specified defining conversion.static CoordinateOperationDefaultOperation.create(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method, Class<? extends CoordinateOperation> type) Returns a coordinate operation of the specified class.DefaultMathTransformFactory.createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS) Creates a parameterized transform from a base CRS to a derived CS.DefaultMathTransformFactory.createBaseToDerived(CoordinateReferenceSystem baseCRS, MathTransform projection, CoordinateSystem derivedCS) Creates a transform from a base CRS to a derived CS.protected CoordinateOperationAbstractCoordinateOperationFactory.createFromAffineTransform(ReferenceIdentifier name, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, Matrix matrix) Creates a coordinate operation from a matrix, which usually describes an affine tranform.protected CoordinateOperationAuthorityBackedFactory.createFromDatabase(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Returns an operation for conversion or transformation between two coordinate reference systems.protected CoordinateOperationDefaultCoordinateOperationFactory.createFromDatabase(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) If the coordinate operation is explicitly defined in some database (typically EPSG), returns it.protected CoordinateOperationAbstractCoordinateOperationFactory.createFromMathTransform(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method, Class<? extends CoordinateOperation> type) Creates a coordinate operation from a math transform.protected CoordinateOperationAbstractCoordinateOperationFactory.createFromMathTransform(ReferenceIdentifier name, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform) Creates a coordinate operation from a math transform.protected CoordinateOperationAbstractCoordinateOperationFactory.createFromParameters(ReferenceIdentifier name, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, ParameterValueGroup parameters) Creates a coordinate operation from a set of parameters.BufferedCoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Returns an operation for conversion or transformation between two coordinate reference systems.BufferedCoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method) Returns an operation for conversion or transformation between two coordinate reference systems using the specified method.DefaultCoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Returns an operation for conversion or transformation between two coordinate reference systems.DefaultCoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method) Returns an operation using a particular method for conversion or transformation between two coordinate reference systems.protected Set<CoordinateOperation>AuthorityBackedFactory.findFromDatabase(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, int limit) Returns the list of available operations for conversion or transformation between two coordinate reference systems.protected Set<CoordinateOperation>DefaultCoordinateOperationFactory.findFromDatabase(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, int limit) Returns a list of available coordinate operations explicitly defined in some database (typically EPSG), for the provided CRS pair.BufferedCoordinateOperationFactory.findOperations(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Returns all available operations for conversion or transformation between two coordinate reference systems.DefaultCoordinateOperationFactory.findOperations(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Returns all the available operations for conversion or transformation between two coordinate reference systems.protected Set<CoordinateOperation>DefaultCoordinateOperationFactory.findOperations(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, int limit) Returns all the available operations for conversion or transformation between two coordinate reference systems.protected CoordinateOperationAuthorityBackedFactory.validateCandidate(CoordinateOperation candidate, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, boolean inverse) Selects a valid operation from a set of candidates.Constructors in org.geotools.referencing.operation with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionAbstractCoordinateOperation(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform) Constructs a coordinate operation from a set of properties.DefaultConicProjection(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method) Constructs a projection from a set of properties.DefaultConicProjection(Conversion conversion, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform) Constructs a new projection with the same values than the specified one, together with the specified source and target CRS.DefaultConversion(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method) Constructs a conversion from a set of properties.DefaultConversion(Conversion definition, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform) Constructs a new conversion with the same values than the specified one, together with the specified source and target CRS.DefaultCylindricalProjection(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method) Constructs a projection from a set of properties.DefaultCylindricalProjection(Conversion conversion, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform) Constructs a new projection with the same values than the specified one, together with the specified source and target CRS.DefaultOperation(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method) Constructs an operation from a set of properties.DefaultPassThroughOperation(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, Operation operation, int firstAffectedOrdinate, int numTrailingOrdinates) Constructs a single operation from a set of properties.DefaultPassThroughOperation(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, Operation operation, MathTransform transform) Constructs a single operation from a set of properties and the given transform.DefaultPlanarProjection(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method) Constructs a projection from a set of properties.DefaultPlanarProjection(Conversion conversion, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform) Constructs a new projection with the same values than the specified one, together with the specified source and target CRS.DefaultProjection(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method) Constructs a projection from a set of properties.DefaultProjection(Conversion conversion, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform) Constructs a new projection with the same values than the specified one, together with the specified source and target CRS.DefaultSingleOperation(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform) Constructs a single operation from a set of properties.DefaultTransformation(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method) Constructs a transformation from a set of properties. -
Uses of CoordinateReferenceSystem in org.geotools.referencing.operation.builder
Methods in org.geotools.referencing.operation.builder that return CoordinateReferenceSystemModifier and TypeMethodDescriptionMathTransformBuilder.getSourceCRS()Returns the coordinate reference system for thesource points.MathTransformBuilder.getTargetCRS()Returns the coordinate reference system for thetarget points. -
Uses of CoordinateReferenceSystem in org.geotools.referencing.operation.projection
Methods in org.geotools.referencing.operation.projection with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic BoundsGeostationarySatellite.circumscribeFullDisk(CoordinateReferenceSystem geosCRS) Circumscribed rectangle (smallest) for full disk earth imagestatic BoundsGeostationarySatellite.inscribeFullDiskEstimate(CoordinateReferenceSystem geosCRS) Inscribed rectangle for for full disk earth image (not largest inscribing rectangle but close, hence "Estimate") -
Uses of CoordinateReferenceSystem in org.geotools.referencing.util
Methods in org.geotools.referencing.util that return CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic CoordinateReferenceSystemCRSUtilities.getCRS2D(CoordinateReferenceSystem crs) Returns a two-dimensional coordinate reference system representing the two first dimensions of the specified coordinate reference system.static CoordinateReferenceSystemCRSUtilities.getSubCRS(CoordinateReferenceSystem crs, int lower, int upper) Returns a sub-coordinate reference system for the specified dimension range.Methods in org.geotools.referencing.util with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic CoordinateReferenceSystemCRSUtilities.getCRS2D(CoordinateReferenceSystem crs) Returns a two-dimensional coordinate reference system representing the two first dimensions of the specified coordinate reference system.static DatumCRSUtilities.getDatum(CoordinateReferenceSystem crs) Returns the datum of the specified CRS, ornullif none.static intCRSUtilities.getDimensionOf(CoordinateReferenceSystem crs, Class<? extends CoordinateReferenceSystem> type) Returns the dimension of the first coordinate reference system of the given type.static EllipsoidCRSUtilities.getHeadGeoEllipsoid(CoordinateReferenceSystem crs) Returns the ellipsoid used by the specified coordinate reference system, providing that the two first dimensions use an instance ofGeographicCRS.static GeographicCRSCRSUtilities.getStandardGeographicCRS2D(CoordinateReferenceSystem crs) Derives a geographic CRS with (longitude, latitude) axis order in decimal degrees, relative to Greenwich.static CoordinateReferenceSystemCRSUtilities.getSubCRS(CoordinateReferenceSystem crs, int lower, int upper) Returns a sub-coordinate reference system for the specified dimension range.static StringCRSUtilities.toWGS84String(CoordinateReferenceSystem crs, Rectangle2D bounds) Returns a character string for the specified geographic area.Method parameters in org.geotools.referencing.util with type arguments of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic intCRSUtilities.getDimensionOf(CoordinateReferenceSystem crs, Class<? extends CoordinateReferenceSystem> type) Returns the dimension of the first coordinate reference system of the given type. -
Uses of CoordinateReferenceSystem in org.geotools.referencing.wkt
Methods in org.geotools.referencing.wkt that return CoordinateReferenceSystemModifier and TypeMethodDescriptionParser.parseCoordinateReferenceSystem(String text) Parses a coordinate reference system element. -
Uses of CoordinateReferenceSystem in org.geotools.renderer.crs
Fields in org.geotools.renderer.crs declared as CoordinateReferenceSystemModifier and TypeFieldDescriptionprotected final CoordinateReferenceSystemProjectionHandler.sourceCRSprotected final CoordinateReferenceSystemProjectionHandler.targetCRSMethods in org.geotools.renderer.crs that return CoordinateReferenceSystemMethods in org.geotools.renderer.crs with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionAzimulthalEquidistantProjectionHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit) ConicHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) GeographicHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) GeosProjectionHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit) HomolosineHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) LambertAzimuthalEqualAreaHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) MercatorHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) OrthographicProjectionHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit) PlateCarreeHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) PolarStereographicHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) ProjectionHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit) Returns an handler capable of dealing with the specified envelope, or null if this factory cannot create onestatic ProjectionHandlerProjectionHandlerFinder.getHandler(ReferencedEnvelope renderingArea, CoordinateReferenceSystem sourceCrs, boolean wrap) Returns a projection handler for the specified rendering area, or null if not foundstatic ProjectionHandlerProjectionHandlerFinder.getHandler(ReferencedEnvelope renderingArea, CoordinateReferenceSystem sourceCrs, boolean wrap, Map<String, Object> projectionParameters) Returns a projection handler for the specified rendering area, or null if not foundTransverseMercatorHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) WorldVanDerGrintenIHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) ProjectionHandler.getProjectedEnvelope(ReferencedEnvelope envelope, CoordinateReferenceSystem targetCRS) Reprojects the given envelope to the target CRS, taking into account the ProjectionHandler constraints (valid area bounds, etc.).protected GeometryProjectionHandler.intersect(Geometry geometry, Geometry mask, CoordinateReferenceSystem geometryCRS) protected voidProjectionHandler.reprojectEnvelopes(CoordinateReferenceSystem queryCRS, List<ReferencedEnvelope> envelopes) protected ReferencedEnvelopeProjectionHandler.transformEnvelope(ReferencedEnvelope envelope, CoordinateReferenceSystem targetCRS) Constructors in org.geotools.renderer.crs with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionProjectionHandler(CoordinateReferenceSystem sourceCRS, Envelope validAreaBounds, ReferencedEnvelope renderingEnvelope) Initializes a projection handlerProjectionHandler(CoordinateReferenceSystem sourceCRS, Geometry validArea, ReferencedEnvelope renderingEnvelope) Initializes a projection handlerProjectionHandler(CoordinateReferenceSystem sourceCRS, Geometry validArea, ReferencedEnvelope renderingEnvelope, boolean keepGeometry) Initializes a projection handlerWrappingProjectionHandler(ReferencedEnvelope renderingEnvelope, ReferencedEnvelope validArea, CoordinateReferenceSystem sourceCrs, double centralMeridian, int maxWraps) Provides the strategy with the area we want to render and its CRS (the SPI lookup will do this step) -
Uses of CoordinateReferenceSystem in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionRenderingTransformationHelper.applyRenderingTransformation(Expression transformation, FeatureSource featureSource, Query layerQuery, Query renderingQuery, GridGeometry2D gridGeometry, CoordinateReferenceSystem sourceCrs, RenderingHints hints) static doubleRendererUtilities.calculateOGCScaleAffine(CoordinateReferenceSystem crs, AffineTransform worldToScreen, Map hints) This method performs the computation using the methods suggested by the OGC SLD specification, page 26.static ReferencedEnvelopeRendererUtilities.createMapEnvelope(Rectangle paintArea, AffineTransform worldToScreen, CoordinateReferenceSystem crs) Creates the map's bounding box in real world coordinatesstatic MathTransformStreamingRenderer.getMathTransform(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem destCRS) static doubleRendererUtilities.toMeters(double size, CoordinateReferenceSystem crs) Method used by the OGC scale calculation to turn a given length in the specified CRS towards meters.protected ReferencedEnvelopeStreamingRenderer.transformEnvelope(ReferencedEnvelope envelope, CoordinateReferenceSystem crs) static AffineTransformRendererUtilities.worldToScreenTransform(Envelope mapExtent, Rectangle paintArea, CoordinateReferenceSystem destinationCrs) This worldToScreenTransform method makes the assumption that the crs is in Lon,Lat or Lat,Lon.Constructors in org.geotools.renderer.lite with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionRenderCoverageReaderRequest(Graphics2D graphics, GridCoverage2DReader reader, GeneralParameterValue[] readParams, RasterSymbolizer symbolizer, CoordinateReferenceSystem destinationCRS, AffineTransform worldToScreen, Interpolation interpolation) RenderRasterRequest(Graphics2D graphics, GridCoverage2D coverage, boolean disposeCoverage, RasterSymbolizer symbolizer, CoordinateReferenceSystem destinationCRS, AffineTransform worldToScreen, Interpolation interpolation) -
Uses of CoordinateReferenceSystem in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic List<GridCoverage2D>GridCoverageRendererUtilities.displace(List<GridCoverage2D> coverages, ProjectionHandler handler, GeneralBounds destinationEnvelope, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, GridCoverageFactory gridCoverageFactory) Displaces a list of coverages, using a ProjectionHandler to eventually split into proper envelopes.static List<GridCoverage2D>GridCoverageRendererUtilities.forceToValidBounds(List<GridCoverage2D> coverages, ProjectionHandler handler, double[] bgValues, CoordinateReferenceSystem targetCRS, Hints hints) Forces an input list of coverages to the valid bounds of the provided target CRS, when a reprojection is needed, using a ProjectionHandler.static List<GridCoverage2D>GridCoverageRendererUtilities.reproject(List<GridCoverage2D> coverages, CoordinateReferenceSystem destinationCRS, Interpolation interpolation, GeneralBounds destinationEnvelope, double[] bkgValues, GridCoverageFactory gridCoverageFactory, Hints hints) Reproject the specified list of coveragesstatic GridCoverage2DGridCoverageRendererUtilities.reproject(GridCoverage2D coverage, CoordinateReferenceSystem destinationCRS, Interpolation interpolation, GeneralBounds destinationEnvelope, double[] bkgValues, GridCoverageFactory gridCoverageFactory, Hints hints) Reproject a coverage to the specified destination, eventually adding a ROI if missingConstructors in org.geotools.renderer.lite.gridcoverage2d with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionGridCoverageRenderer(CoordinateReferenceSystem destinationCRS, Envelope envelope, Rectangle screenSize, AffineTransform worldToScreen) Creates a newGridCoverageRendererobject.GridCoverageRenderer(CoordinateReferenceSystem destinationCRS, Envelope envelope, Rectangle screenSize, AffineTransform worldToScreen, RenderingHints newHints) Creates a newGridCoverageRendererobject. -
Uses of CoordinateReferenceSystem in org.geotools.swing.dialog
Methods in org.geotools.swing.dialog that return CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic CoordinateReferenceSystemJCRSChooser.showDialog()Displays a dialog with a list of coordinate reference systems in the EPSG database.static CoordinateReferenceSystemJCRSChooser.showDialog(String title) Displays a dialog with a list of coordinate reference systems in the EPSG database.static CoordinateReferenceSystemJCRSChooser.showDialog(String title, String initialCode) Displays a dialog with a list of coordinate reference systems in the EPSG database and with the specified initial code highlighted.static CoordinateReferenceSystemJCRSChooser.showDialog(String title, String initialCode, String authority) Displays a dialog with a list of coordinate reference systems provided by the given authority (e.g. -
Uses of CoordinateReferenceSystem in org.geotools.tile
Methods in org.geotools.tile that return CoordinateReferenceSystemModifier and TypeMethodDescriptionabstract CoordinateReferenceSystemTileService.getProjectedTileCrs()The projection the tiles are drawn in.TileService.getTileCrs()The CRS that is used when the extent is cut in tiles. -
Uses of CoordinateReferenceSystem in org.geotools.tile.impl
Fields in org.geotools.tile.impl declared as CoordinateReferenceSystemModifier and TypeFieldDescriptionstatic final CoordinateReferenceSystemWebMercatorTileService.WEB_MERCATOR_CRSMethods in org.geotools.tile.impl that return CoordinateReferenceSystemModifier and TypeMethodDescriptionScaleZoomLevelMatcher.getCrsMap()ScaleZoomLevelMatcher.getCrsTiles()WebMercatorTileService.getProjectedTileCrs()Methods in org.geotools.tile.impl with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic ScaleZoomLevelMatcherScaleZoomLevelMatcher.createMatcher(ReferencedEnvelope requestExtent, CoordinateReferenceSystem crsTiles, double scale) static ReferencedEnvelopeScaleZoomLevelMatcher.getProjectedEnvelope(ReferencedEnvelope envelope, CoordinateReferenceSystem destinationCRS, MathTransform transformation) Re-Projects the given envelope to destinationCRS using transformation.Constructors in org.geotools.tile.impl with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionScaleZoomLevelMatcher(CoordinateReferenceSystem crsMap, CoordinateReferenceSystem crsTiles, MathTransform transformMapToTileCrs, MathTransform transformTileCrsToMap, ReferencedEnvelope mapExtentTileCrs, ReferencedEnvelope mapExtentMapCrs, double scale) -
Uses of CoordinateReferenceSystem in org.geotools.vectortiles.store
Methods in org.geotools.vectortiles.store that return CoordinateReferenceSystemModifier and TypeMethodDescriptionprotected CoordinateReferenceSystemVectorTilesFeatureSource.getQueryCRS(Query query) protected CoordinateReferenceSystemVectorTilesFeatureSource.tileMatrixsetCRS() -
Uses of CoordinateReferenceSystem in org.geotools.wfs
Methods in org.geotools.wfs with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionvoidCoordinate reference system to use when decoding. -
Uses of CoordinateReferenceSystem in org.geotools.wfs.gtxml
Methods in org.geotools.wfs.gtxml with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic FeatureTypeGTXML.parseFeatureType(Configuration configuration, QName name, CoordinateReferenceSystem crs) Parse a feature type; using the provided configuration. -
Uses of CoordinateReferenceSystem in org.geotools.xml.gml
Methods in org.geotools.xml.gml that return CoordinateReferenceSystemConstructors in org.geotools.xml.gml with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionChoiceGeometryTypeImpl(Name name, Class[] types, Class defaultType, boolean nillable, int min, int max, Object defaultValue, CoordinateReferenceSystem crs, List<Filter> filter)
JTS.getCRS(Geometry)