Uses of Interface
org.geotools.api.referencing.crs.CoordinateReferenceSystem
-
-
Uses of CoordinateReferenceSystem in org.geotools.api.coverage
Methods in org.geotools.api.coverage that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemCoverage. 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 CoordinateReferenceSystem Modifier and Type Field Description protected CoordinateReferenceSystemQuery. coordinateSystemCoordinate System associated with this queryprotected CoordinateReferenceSystemQuery. coordinateSystemReprojectReprojection associated associated with this queryMethods in org.geotools.api.data that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemQuery. getCoordinateSystem()Get the coordinate system to use as an override for features retrieved by this Query.CoordinateReferenceSystemQuery. getCoordinateSystemReproject()If reprojection has been requested, this returns the coordinate system that features retrieved by this Query will be reprojected into.CoordinateReferenceSystemResourceInfo. getCRS()Returns the coordinate reference system of this resource if known.Methods in org.geotools.api.data with parameters of type CoordinateReferenceSystem Modifier and Type Method Description voidQuery. 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 CoordinateReferenceSystem Modifier and Type Method Description GeometryAttributeFeatureFactory. 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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemFeatureType. getCoordinateReferenceSystem()The coordinate reference system of the feature.CoordinateReferenceSystemGeometryDescriptor. getCoordinateReferenceSystem()The coordinate reference system in which these geometries are defined.CoordinateReferenceSystemGeometryType. getCoordinateReferenceSystem()The coordinate reference system in which geometries are defined.Methods in org.geotools.api.feature.type with parameters of type CoordinateReferenceSystem Modifier and Type Method Description GeometryTypeFeatureTypeFactory. 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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemBounds. getCoordinateReferenceSystem()Returns the envelope coordinate reference system, ornullif unknown.CoordinateReferenceSystemPosition. getCoordinateReferenceSystem()The coordinate reference system in which the coordinate is given.Methods in org.geotools.api.geometry with parameters of type CoordinateReferenceSystem Modifier and Type Method Description BoundingBoxBoundingBox. toBounds(CoordinateReferenceSystem targetCRS)Transforms this box to the specified CRS and returns a new bounding box for the transformed shape.BoundingBoxBoundingBox3D. 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.crs Modifier and Type Interface Description interfaceCompoundCRSA coordinate reference system describing the position of points through two or more independent coordinate reference systems.interfaceDerivedCRSA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.interfaceEngineeringCRSA contextually local coordinate reference system.interfaceGeneralDerivedCRSA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).interfaceGeocentricCRSA 3D coordinate reference system with the origin at the approximate centre of mass of the earth.interfaceGeodeticCRSA coordinate reference system associated with a geodetic datum.interfaceGeographicCRSA 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.interfaceImageCRSAn engineering coordinate reference system applied to locations in images.interfaceProjectedCRSA 2D coordinate reference system used to approximate the shape of the earth on a planar surface.interfaceSingleCRSAbstract coordinate reference system, consisting of a single Coordinate System and a single Datum (as opposed to Compound CRS).interfaceTemporalCRSA 1D coordinate reference system used for the recording of time.interfaceVerticalCRSA 1D coordinate reference system used for recording heights or depths.Methods in org.geotools.api.referencing.crs that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemCRSAuthorityFactory. createCoordinateReferenceSystem(String code)Returns an arbitrary coordinate reference system from a code.CoordinateReferenceSystemCRSFactory. createFromWKT(String wkt)Creates a coordinate reference system object from a string.CoordinateReferenceSystemCRSFactory. createFromXML(String xml)Creates a coordinate reference system object from a XML string.CoordinateReferenceSystemGeneralDerivedCRS. getBaseCRS()Returns the base coordinate reference system.Methods in org.geotools.api.referencing.crs that return types with arguments of type CoordinateReferenceSystem Modifier and Type Method Description List<CoordinateReferenceSystem>CompoundCRS. getCoordinateReferenceSystems()The ordered list of coordinate reference systems.Methods in org.geotools.api.referencing.crs with parameters of type CoordinateReferenceSystem Modifier and Type Method Description CompoundCRSCRSFactory. createCompoundCRS(Map<String,?> properties, CoordinateReferenceSystem... elements)Creates a compound coordinate reference system from an ordered list ofCoordinateReferenceSystemobjects.DerivedCRSCRSFactory. 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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemConversion. getSourceCRS()Returns the source CRS.CoordinateReferenceSystemCoordinateOperation. getSourceCRS()Returns the source CRS.CoordinateReferenceSystemTransformation. getSourceCRS()Returns the source CRS.CoordinateReferenceSystemConversion. getTargetCRS()Returns the target CRS.CoordinateReferenceSystemCoordinateOperation. getTargetCRS()Returns the target CRS.CoordinateReferenceSystemTransformation. getTargetCRS()Returns the target CRS.Methods in org.geotools.api.referencing.operation with parameters of type CoordinateReferenceSystem Modifier and Type Method Description MathTransformMathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)Creates a parameterized transform from a base CRS to a derived CS.CoordinateOperationCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)Returns an operation for conversion or transformation between two coordinate reference systems.CoordinateOperationCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method)Returns an operation using a particular method for conversion or transformation between two coordinate reference systems.Set<CoordinateOperation>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 CoordinateReferenceSystem Modifier and Type Method Description GeometryAttributeAppSchemaFeatureFactoryImpl. 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 CoordinateReferenceSystem Modifier and Type Field Description protected CoordinateReferenceSystemAbstractCoverage. crsThe coordinate reference system, ornullif there is none.Methods in org.geotools.coverage that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemAbstractCoverage. getCoordinateReferenceSystem()Returns the coordinate reference system to which the objects in its domain are referenced.Constructors in org.geotools.coverage with parameters of type CoordinateReferenceSystem Constructor Description AbstractCoverage(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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemGeneralGridGeometry. getCoordinateReferenceSystem()Returns the "real world" coordinate reference system.CoordinateReferenceSystemGridCoverageBuilder. getCoordinateReferenceSystem()Returns the current coordinate reference system.CoordinateReferenceSystemGridCoverage2D. getCoordinateReferenceSystem2D()Returns the two-dimensional part of this grid coverage CRS.CoordinateReferenceSystemGridGeometry2D. 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.CoordinateReferenceSystemGridGeometry2D. reduce(CoordinateReferenceSystem crs)Reduces the specified CRS to a two-dimensional one.Methods in org.geotools.coverage.grid with parameters of type CoordinateReferenceSystem Modifier and Type Method Description GridCoverage2DGridCoverageFactory. 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.GridCoverage2DGridCoverageFactory. 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.GridCoverage2DGridCoverageFactory. create(CharSequence name, WritableRaster raster, CoordinateReferenceSystem crs, MathTransform gridToCRS, GridSampleDimension[] bands)Constructs a grid coverage from the specified raster and "grid to CRS" transform.CoordinateReferenceSystemGridGeometry2D. 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 CoordinateReferenceSystem Constructor Description AbstractGridCoverage(CharSequence name, CoordinateReferenceSystem crs, PropertySource propertySource, Map<?,?> properties)Constructs a grid coverage using the specified coordinate reference system.AbstractGridCoverage(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 CoordinateReferenceSystem Modifier and Type Field Description protected CoordinateReferenceSystemAbstractGridCoverage2DReader. crscrs for this coverageMethods in org.geotools.coverage.grid.io with parameters of type CoordinateReferenceSystem Modifier and Type Method Description protected static 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 CoordinateReferenceSystem Constructor Description GroundControlPoints(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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemGeoTiffMetadata2CRSAdapter. 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 CoordinateReferenceSystem Constructor Description CRS2GeoTiffMetadataAdapter(CoordinateReferenceSystem crs)Constructs 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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemCoverageSource. getCoordinateReferenceSystem()abstract CoordinateReferenceSystemCoverageSource.TemporalDomain. getCoordinateReferenceSystem()abstract CoordinateReferenceSystemCoverageSource.VerticalDomain. getCoordinateReferenceSystem()abstract CoordinateReferenceSystemCoverageSource.SpatialDomain. getCoordinateReferenceSystem2D()CoordinateReferenceSystemSpatialRequestHelper.CoverageProperties. getCrs2D()CoordinateReferenceSystemSpatialRequestHelper.CoverageProperties. getGeographicCRS2D()Methods in org.geotools.coverage.io with parameters of type CoordinateReferenceSystem Modifier and Type Method Description voidSpatialRequestHelper.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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemDefaultCoverageSource. getCoordinateReferenceSystem()CoordinateReferenceSystemDefaultGridCoverageResponse. getCoordinateReferenceSystem() -
Uses of CoordinateReferenceSystem in org.geotools.coverage.io.netcdf
Methods in org.geotools.coverage.io.netcdf that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemNetCDFReader. getCoordinateReferenceSystem()CoordinateReferenceSystemNetCDFReader. getCoordinateReferenceSystem(String coverageName) -
Uses of CoordinateReferenceSystem in org.geotools.coverage.io.netcdf.crs
Methods in org.geotools.coverage.io.netcdf.crs that return CoordinateReferenceSystem Modifier and Type Method Description static 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 amap (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 CoordinateReferenceSystem Modifier and Type Method Description NetCDFCoordinateReferenceSystemType.NetCDFCoordinate[]NetCDFCoordinateReferenceSystemType. 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 onestatic NetCDFCoordinateReferenceSystemTypeNetCDFCoordinateReferenceSystemType. 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 CoordinateReferenceSystem Modifier and Type Method Description static 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 CoordinateReferenceSystem Modifier and Type Method Description static 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 CoordinateReferenceSystem Modifier and Type Field Description CoordinateReferenceSystemOperationJAI.Parameters. crsThe two dimensional coordinate reference system for all sources and the destinationGridCoverage2D.Methods in org.geotools.coverage.processing with parameters of type CoordinateReferenceSystem Modifier and Type Method Description protected Map<String,?>OperationJAI. 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.CoverageOperations. resample(Coverage source, CoordinateReferenceSystem crs)Resamples a coverage to the specified coordinate reference system.CoverageOperations. resample(GridCoverage source, CoordinateReferenceSystem crs, GridGeometry gridGeometry, Interpolation interpolationType)Resamples a grid coverage to the specified coordinate reference system and grid geometry.CoverageOperations. 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 CoordinateReferenceSystem Modifier and Type Field Description static ParameterDescriptor<CoordinateReferenceSystem>Resample. COORDINATE_REFERENCE_SYSTEMThe parameter descriptor for the coordinate reference system. -
Uses of CoordinateReferenceSystem in org.geotools.coverage.util
Methods in org.geotools.coverage.util that return CoordinateReferenceSystem Modifier and Type Method Description static CoordinateReferenceSystemCoverageUtilities. getCRS2D(Coverage coverage)Returns 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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemPrjFileReader. getCoordinateReferenceSystem()Return the Coordinate Reference System retrieved by this reader.CoordinateReferenceSystemDefaultResourceInfo. getCRS()CoordinateReferenceSystemMapInfoFileReader. getCRS()Get CoordinateReferenceSystenMethods in org.geotools.data with parameters of type CoordinateReferenceSystem Modifier and Type Method Description static 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 CoordinateReferenceSystem Modifier and Type Field Description protected CoordinateReferenceSystemDataAccessMappingFeatureIterator. reprojectionReprojected CRS from the source simple features, or nullMethods in org.geotools.data.complex with parameters of type CoordinateReferenceSystem Modifier and Type Method Description List<Feature>NestedAttributeMapping. 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 valueList<Feature>NestedAttributeMapping. 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 valueList<Feature>NestedAttributeMapping. 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 Modifier and Type Method Description CoordinateReferenceSystemNonFeatureTypeProxy. getCoordinateReferenceSystem() -
Uses of CoordinateReferenceSystem in org.geotools.data.complex.feature.type
Methods in org.geotools.data.complex.feature.type that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemFeatureTypeProxy. getCoordinateReferenceSystem()CoordinateReferenceSystemGeometryTypeProxy. getCoordinateReferenceSystem()Methods in org.geotools.data.complex.feature.type with parameters of type CoordinateReferenceSystem Modifier and Type Method Description AttributeTypeFeatureTypeRegistry. getAttributeType(Name typeName, XSDTypeDefinition xsdType, CoordinateReferenceSystem crs)AttributeDescriptorFeatureTypeRegistry. 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 Modifier and Type Method Description voidXPath. setCRS(CoordinateReferenceSystem crs) -
Uses of CoordinateReferenceSystem in org.geotools.data.crs
-
Uses of CoordinateReferenceSystem in org.geotools.data.csv
Methods in org.geotools.data.csv that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemCSVFileState. getCrs()Methods in org.geotools.data.csv with parameters of type CoordinateReferenceSystem Modifier and Type Method Description voidCSVFileState. setCrs(CoordinateReferenceSystem crs)Constructors in org.geotools.data.csv with parameters of type CoordinateReferenceSystem Constructor Description CSVFileState(File file, URI namespace, String typeName, CoordinateReferenceSystem crs) -
Uses of CoordinateReferenceSystem in org.geotools.data.db2
Methods in org.geotools.data.db2 that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemDB2SQLDialect. createCRS(int srid, Connection cx)CoordinateReferenceSystemDB2SQLDialectBasic. createCRS(int srid, Connection cx)CoordinateReferenceSystemDB2SQLDialectPrepared. createCRS(int srid, Connection cx) -
Uses of CoordinateReferenceSystem in org.geotools.data.geojson.store
Methods in org.geotools.data.geojson.store that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemGeoJSONDataStore. getCrs()Methods in org.geotools.data.geojson.store with parameters of type CoordinateReferenceSystem Modifier and Type Method Description voidGeoJSONDataStore. setCrs(CoordinateReferenceSystem crs) -
Uses of CoordinateReferenceSystem in org.geotools.data.geoparquet
Methods in org.geotools.data.geoparquet that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemGeoParquetDialect. createCRS(int srid, Connection cx)Override to use theGeoParquetMetadataprovided axis order on a per-FeatureType basis.CoordinateReferenceSystemGeoparquetDatasetMetadata. getCrs()Gets the CRS for the primary geometry column in the dataset.CoordinateReferenceSystemGeoparquetDatasetMetadata. getCrs(String columnName)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 Modifier and Type Method Description CoordinateReferenceSystemHanaDialect. createCRS(int srid, Connection cx) -
Uses of CoordinateReferenceSystem in org.geotools.data.joining
Methods in org.geotools.data.joining with parameters of type CoordinateReferenceSystem Modifier and Type Method Description List<Feature>JoiningNestedAttributeMapping. 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 valueList<Feature>JoiningNestedAttributeMapping. 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.DataAccessMappingFeatureIteratorJoiningNestedAttributeMapping. 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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemCollectionSource. getCRS()Constructors in org.geotools.data.memory with parameters of type CoordinateReferenceSystem Constructor Description CollectionSource(Collection<T> collection, CoordinateReferenceSystem crs) -
Uses of CoordinateReferenceSystem in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemMongoFeature. getOriginalCRS() -
Uses of CoordinateReferenceSystem in org.geotools.data.mongodb.complex
Methods in org.geotools.data.mongodb.complex with parameters of type CoordinateReferenceSystem Modifier and Type Method Description List<Feature>MongoNestedMapping. 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 Modifier and Type Method Description ReferencedEnvelopeOGR. toEnvelope(Object extent, CoordinateReferenceSystem crs) -
Uses of CoordinateReferenceSystem in org.geotools.data.ogr.jni
Methods in org.geotools.data.ogr.jni with parameters of type CoordinateReferenceSystem Modifier and Type Method Description ReferencedEnvelopeJniOGR. toEnvelope(Object extent, CoordinateReferenceSystem crs) -
Uses of CoordinateReferenceSystem in org.geotools.data.oracle
Methods in org.geotools.data.oracle that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemOracleDialect. createCRS(int srid, Connection cx) -
Uses of CoordinateReferenceSystem in org.geotools.data.postgis
Methods in org.geotools.data.postgis that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemPostGISDialect. createCRS(int srid, Connection cx)Using PostGIS table spatial_ref_sys to determine authority name and code of sridCoordinateReferenceSystemPostGISPSDialect. createCRS(int srid, Connection cx) -
Uses of CoordinateReferenceSystem in org.geotools.data.shapefile
Methods in org.geotools.data.shapefile with parameters of type CoordinateReferenceSystem Modifier and Type Method Description voidShapefileDataStore. forceSchemaCRS(CoordinateReferenceSystem crs)This method is used to force the creation of a .prj file. -
Uses of CoordinateReferenceSystem in org.geotools.data.store
-
Uses of CoordinateReferenceSystem in org.geotools.data.transform
Constructors in org.geotools.data.transform with parameters of type CoordinateReferenceSystem Constructor Description Definition(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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemVPFFeatureClass. getCoordinateReferenceSystem()CoordinateReferenceSystemVPFFeatureType. getCoordinateReferenceSystem()CoordinateReferenceSystemVPFLibrary. 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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemWFSClient. getDefaultCRS(QName typeName)Methods in org.geotools.data.wfs.internal with parameters of type CoordinateReferenceSystem Modifier and Type Method Description voidGetFeatureRequest. findSupportedSrsName(CoordinateReferenceSystem crs)Looks for a srs specified in the configuration that matches the coordinate reference systemReferencedEnvelopeWFSClient. 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 CoordinateReferenceSystem Modifier and Type Method Description static 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 Modifier and Type Method Description CoordinateReferenceSystemFeatureTypeInfoImpl. getCRS() -
Uses of CoordinateReferenceSystem in org.geotools.data.wfs.internal.v2_0
Methods in org.geotools.data.wfs.internal.v2_0 that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemFeatureTypeInfoImpl. getCRS() -
Uses of CoordinateReferenceSystem in org.geotools.feature
Fields in org.geotools.feature declared as CoordinateReferenceSystem Modifier and Type Field Description protected CoordinateReferenceSystemAttributeTypeBuilder. crsMethods in org.geotools.feature that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemAttributeBuilder. getCRS()CoordinateReferenceSystemAttributeBuilder. getCRS(Object geom)CoordinateReferenceSystemTypeBuilder. getCRS()Methods in org.geotools.feature with parameters of type CoordinateReferenceSystem Modifier and Type Method Description GeometryAttributeAbstractFeatureFactoryImpl. createGeometryAttribute(Object value, GeometryDescriptor descriptor, String id, CoordinateReferenceSystem crs)AttributeTypeBuilderAttributeTypeBuilder. crs(CoordinateReferenceSystem crs)TypeBuilderTypeBuilder. 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 CoordinateReferenceSystem Modifier and Type Field Description protected CoordinateReferenceSystemSimpleFeatureTypeBuilder. defaultCrsdefault coordinate reference system of the typeMethods in org.geotools.feature.simple that return CoordinateReferenceSystem Modifier and Type Method Description protected CoordinateReferenceSystemSimpleFeatureTypeBuilder. decode(String srs)Decodes a srs, supplying a useful error message if there is a problem.CoordinateReferenceSystemSimpleFeatureTypeBuilder. 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 CoordinateReferenceSystem Modifier and Type Method Description voidSimpleFeatureTypeBuilder. add(String name, Class<?> binding, CoordinateReferenceSystem crs)Adds a new geometric attribute w/ provided name, class, and coordinate reference system.SimpleFeatureTypeBuilderSimpleFeatureTypeBuilder. 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 CoordinateReferenceSystem Modifier and Type Field Description protected CoordinateReferenceSystemGeometryTypeImpl. CRSMethods in org.geotools.feature.type that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemFeatureTypeImpl. getCoordinateReferenceSystem()CoordinateReferenceSystemGeometryDescriptorImpl. getCoordinateReferenceSystem()CoordinateReferenceSystemGeometryTypeImpl. getCoordinateReferenceSystem()Methods in org.geotools.feature.type with parameters of type CoordinateReferenceSystem Modifier and Type Method Description GeometryTypeFeatureTypeFactoryImpl. 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 CoordinateReferenceSystem Constructor Description GeometryTypeImpl(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 CoordinateReferenceSystem Modifier and Type Field Description static Parameter<CoordinateReferenceSystem>NorthFix. SOURCE_CRSstatic Parameter<CoordinateReferenceSystem>NorthFix. TARGET_CRS -
Uses of CoordinateReferenceSystem in org.geotools.filter.spatial
Methods in org.geotools.filter.spatial with parameters of type CoordinateReferenceSystem Modifier and Type Method Description protected GeometryReprojectingFilterVisitor. reproject(Object value, CoordinateReferenceSystem propertyCrs)Helper method to reproject a geometry.Constructors in org.geotools.filter.spatial with parameters of type CoordinateReferenceSystem Constructor Description DefaultCRSFilterVisitor(FilterFactory factory, CoordinateReferenceSystem defaultCrs)FunctionReprojector(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 CoordinateReferenceSystem Modifier and Type Method Description voidOGCBBOXTypeBinding. setCRS(CoordinateReferenceSystem crs)Setter for crs. -
Uses of CoordinateReferenceSystem in org.geotools.gce.grassraster
Methods in org.geotools.gce.grassraster that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemJGrassMapEnvironment. getCoordinateReferenceSystem()Read thecrsfrom the location.Methods in org.geotools.gce.grassraster with parameters of type CoordinateReferenceSystem Modifier and Type Method Description static 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.JGrassRegionJGrassRegion. 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 Modifier and Type Method Description CoordinateReferenceSystemGrassBinaryRasterReadHandler. getCrs()Reads the crs definition for the map.CoordinateReferenceSystemGrassBinaryRasterWriteHandler. getCrs()Reads the crs definition for the map. -
Uses of CoordinateReferenceSystem in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemImageMosaicReader. getCoordinateReferenceSystem()CoordinateReferenceSystemImageMosaicReader. getCoordinateReferenceSystem(String coverageName)CoordinateReferenceSystemMosaicConfigurationBean. getCrs()CoordinateReferenceSystemSpatialRequestHelper.CoverageProperties. getCrs2D()CoordinateReferenceSystemSpatialRequestHelper.CoverageProperties. getGeographicCRS2D()CoordinateReferenceSystemSpatialRequestHelper. getReferenceCRS(boolean useAlternativeIfAvailable)Methods in org.geotools.gce.imagemosaic with parameters of type CoordinateReferenceSystem Modifier and Type Method Description static 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 CoordinateReferenceSystem Modifier and Type Field Description protected CoordinateReferenceSystemAbstractFeatureTypeMapper. coordinateReferenceSystemthe coordinateReferenceSystem for the geometryMethods in org.geotools.gce.imagemosaic.catalog.oracle that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemAbstractFeatureTypeMapper. getCoordinateReferenceSystem()CoordinateReferenceSystemFeatureTypeMapper. getCoordinateReferenceSystem()Get the coordinate Reference System -
Uses of CoordinateReferenceSystem in org.geotools.gce.imagemosaic.catalogbuilder
Methods in org.geotools.gce.imagemosaic.catalogbuilder that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemMosaicBeanBuilder. getCrs()Methods in org.geotools.gce.imagemosaic.catalogbuilder with parameters of type CoordinateReferenceSystem Modifier and Type Method Description voidMosaicBeanBuilder. setCrs(CoordinateReferenceSystem crs) -
Uses of CoordinateReferenceSystem in org.geotools.gce.imagemosaic.egr
Constructors in org.geotools.gce.imagemosaic.egr with parameters of type CoordinateReferenceSystem Constructor Description ROIExcessGranuleRemover(Rectangle rasterBounds, int tileWidth, int tileHeight, CoordinateReferenceSystem targetCRS) -
Uses of CoordinateReferenceSystem in org.geotools.gce.imagepyramid
Methods in org.geotools.gce.imagepyramid that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemImagePyramidReader. getCoordinateReferenceSystem(String coverageName) -
Uses of CoordinateReferenceSystem in org.geotools.geojson.feature
Methods in org.geotools.geojson.feature that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemFeatureCollectionHandler. getCRS()CoordinateReferenceSystemFeatureHandler. getCRS()CoordinateReferenceSystemCRSHandler. getValue()CoordinateReferenceSystemFeatureJSON. readCRS(InputStream input)Reads a coordinate reference system from GeoJSON.CoordinateReferenceSystemFeatureJSON. readCRS(Object input)Reads a coordinate reference system from GeoJSON.Methods in org.geotools.geojson.feature with parameters of type CoordinateReferenceSystem Modifier and Type Method Description voidFeatureHandler. setCRS(CoordinateReferenceSystem crs)StringFeatureJSON. 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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemEnvelope2DArchived. getCoordinateReferenceSystem()Returns the coordinate reference system in which the coordinates are given.CoordinateReferenceSystemGeneralBounds. getCoordinateReferenceSystem()Returns the coordinate reference system in which the coordinates are given.CoordinateReferenceSystemGeneralPosition. getCoordinateReferenceSystem()Returns the coordinate reference system in which the coordinate is given.CoordinateReferenceSystemPosition1D. getCoordinateReferenceSystem()Returns the coordinate reference system in which the coordinate is given.CoordinateReferenceSystemPosition2D. getCoordinateReferenceSystem()Returns the coordinate reference system in which the coordinate is given.CoordinateReferenceSystemPosition3D. getCoordinateReferenceSystem()Returns the coordinate reference system in which the coordinate is given.Methods in org.geotools.geometry with parameters of type CoordinateReferenceSystem Modifier and Type Method Description static voidAbstractPosition. checkCoordinateReferenceSystemDimension(CoordinateReferenceSystem crs, int expected)Convenience method for checking coordinate reference system validity.PositionTransformedPosition. 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.BoundingBoxEnvelope2DArchived. toBounds(CoordinateReferenceSystem targetCRS)Constructors in org.geotools.geometry with parameters of type CoordinateReferenceSystem Constructor Description Envelope2DArchived(CoordinateReferenceSystem crs)Constructs 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.Envelope2DArchived(CoordinateReferenceSystem crs, Rectangle2D rect)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.GeneralBounds(CoordinateReferenceSystem crs)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.GeneralPosition(CoordinateReferenceSystem crs)Constructs a position using the specified coordinate reference system.Position1D(CoordinateReferenceSystem crs)Constructs a position with the specified coordinate reference system.Position2D(CoordinateReferenceSystem crs)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.Position3D(CoordinateReferenceSystem 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 CoordinateReferenceSystem Modifier and Type Field Description protected CoordinateReferenceSystemReferencedEnvelope. crsThe coordinate reference system, ornull.Methods in org.geotools.geometry.jts that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemReferencedEnvelope. getCoordinateReferenceSystem()Returns the coordinate reference system associated with this envelope.static CoordinateReferenceSystemJTS. getCRS(Geometry geometry)Get 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 CoordinateReferenceSystem Modifier and Type Method Description static 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().BoundingBoxReferencedEnvelope. toBounds(CoordinateReferenceSystem targetCRS)Returns a new bounding box which contains the transformed shape of this bounding box.BoundingBoxReferencedEnvelope3D. 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.ReferencedEnvelopeReferencedEnvelope. transform(CoordinateReferenceSystem targetCRS, boolean lenient)Transforms the referenced envelope to the specified coordinate reference system.ReferencedEnvelopeReferencedEnvelope. transform(CoordinateReferenceSystem targetCRS, boolean lenient, int numPointsForTransformation)Transforms the referenced envelope to the specified coordinate reference system using the specified amount of points.ReferencedEnvelopeReferencedEnvelope3D. transform(CoordinateReferenceSystem targetCRS, boolean lenient)Transforms the referenced envelope to the specified coordinate reference system.ReferencedEnvelopeReferencedEnvelope3D. 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 CoordinateReferenceSystem Constructor Description ReferencedEnvelope(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.ReferencedEnvelope(CoordinateReferenceSystem crs)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.ReferencedEnvelope3D(CoordinateReferenceSystem crs)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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemGeoPkgDialect. createCRS(int srid, Connection cx)Methods in org.geotools.geopkg with parameters of type CoordinateReferenceSystem Modifier and Type Method Description voidGeoPackage. 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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemGeoPackageReader. getCoordinateReferenceSystem(String coverageName) -
Uses of CoordinateReferenceSystem in org.geotools.gml.stream
Method parameters in org.geotools.gml.stream with type arguments of type CoordinateReferenceSystem Modifier and Type Method Description voidXmlStreamGeometryReader. 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 CoordinateReferenceSystem Modifier and Type Method Description static CoordinateReferenceSystemGML2ParsingUtils. crs(Node node)static CoordinateReferenceSystemGML2EncodingUtils. getCRS(Geometry g)Deprecated.please useJTS.getCRS(Geometry)Methods in org.geotools.gml2.bindings with parameters of type CoordinateReferenceSystem Modifier and Type Method Description static 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 CoordinateReferenceSystem Modifier and Type Method Description voidGML2FeatureCollectionEncoderDelegate.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 CoordinateReferenceSystem Modifier and Type Method Description static URIGML3EncodingUtils. toURI(CoordinateReferenceSystem crs, SrsSyntax srsSyntax) -
Uses of CoordinateReferenceSystem in org.geotools.gml3.simple
Methods in org.geotools.gml3.simple with parameters of type CoordinateReferenceSystem Modifier and Type Method Description voidGML32FeatureCollectionEncoderDelegate.GML32Delegate. setSrsNameAttribute(AttributesImpl atts, CoordinateReferenceSystem crs) -
Uses of CoordinateReferenceSystem in org.geotools.grid
Methods in org.geotools.grid with parameters of type CoordinateReferenceSystem Modifier and Type Method Description protected static SimpleFeatureTypeDefaultGridFeatureBuilder. createType(String typeName, CoordinateReferenceSystem crs)Creates the feature TYPEConstructors in org.geotools.grid with parameters of type CoordinateReferenceSystem Constructor Description DefaultGridFeatureBuilder(String typeName, CoordinateReferenceSystem crs)Creates a new instance.DefaultGridFeatureBuilder(CoordinateReferenceSystem crs)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 CoordinateReferenceSystem Modifier and Type Method Description static 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 CoordinateReferenceSystem Constructor Description HexagonImpl(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 CoordinateReferenceSystem Modifier and Type Method Description static 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 CoordinateReferenceSystem Constructor Description OblongImpl(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 CoordinateReferenceSystem Modifier and Type Method Description protected static SimpleFeatureTypeOrthoLineFeatureBuilder. createType(String typeName, CoordinateReferenceSystem crs)Creates the feature TYPEConstructors in org.geotools.grid.ortholine with parameters of type CoordinateReferenceSystem Constructor Description OrthoLineFeatureBuilder(String typeName, CoordinateReferenceSystem crs)Creates a new instance.OrthoLineFeatureBuilder(CoordinateReferenceSystem crs)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 CoordinateReferenceSystem Modifier and Type Method Description static 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 CoordinateReferenceSystem Constructor Description OvalImpl(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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemVariableAdapter.UnidataTemporalDomain. getCoordinateReferenceSystem()CoordinateReferenceSystemVariableAdapter.UnidataVerticalDomain. getCoordinateReferenceSystem()CoordinateReferenceSystemVariableAdapter.UnidataSpatialDomain. getCoordinateReferenceSystem2D()Methods in org.geotools.imageio.netcdf with parameters of type CoordinateReferenceSystem Modifier and Type Method Description voidVariableAdapter.UnidataSpatialDomain. setCoordinateReferenceSystem(CoordinateReferenceSystem coordinateReferenceSystem)Constructors in org.geotools.imageio.netcdf with parameters of type CoordinateReferenceSystem Constructor Description NetCDFImageMetadata(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 CoordinateReferenceSystem Modifier and Type Method Description protected abstract CoordinateReferenceSystemCoordinateVariable. buildCoordinateReferenceSystem()CoordinateReferenceSystemCoordinateVariable. getCoordinateReferenceSystem() -
Uses of CoordinateReferenceSystem in org.geotools.imageio.netcdf.utilities
Fields in org.geotools.imageio.netcdf.utilities declared as CoordinateReferenceSystem Modifier and Type Field Description static CoordinateReferenceSystemNetCDFCRSUtilities. WGS84Methods in org.geotools.imageio.netcdf.utilities with parameters of type CoordinateReferenceSystem Modifier and Type Method Description static 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 CoordinateReferenceSystem Modifier and Type Method Description static CoordinateReferenceSystemProjJSONHelper. parseCRS(String projjson)Parses a PROJJSON string into a GeoTools CRS object. -
Uses of CoordinateReferenceSystem in org.geotools.jdbc
Methods in org.geotools.jdbc that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemSQLDialect. 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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemMapContent. getCoordinateReferenceSystem()The coordinate reference system used for rendering the map.CoordinateReferenceSystemMapViewport. getCoordinateReferenceSystem()The coordinate reference system used for rendering the map.CoordinateReferenceSystemMapBoundsEvent. getNewCoordinateReferenceSystem()Get the new coordinate reference system.CoordinateReferenceSystemMapBoundsEvent. getOldCoordinateReferenceSystem()Get the previous coordinate reference system.Methods in org.geotools.map with parameters of type CoordinateReferenceSystem Modifier and Type Method Description voidMapViewport. setCoordinateReferenceSystem(CoordinateReferenceSystem crs)Set theCoordinateReferenceSystemfor the viewport. -
Uses of CoordinateReferenceSystem in org.geotools.mbtiles
Fields in org.geotools.mbtiles declared as CoordinateReferenceSystem Modifier and Type Field Description protected static CoordinateReferenceSystemMBTilesDataStore. DEFAULT_CRSstatic CoordinateReferenceSystemMBTilesFile. SPHERICAL_MERCATOR -
Uses of CoordinateReferenceSystem in org.geotools.ows.wms
Methods in org.geotools.ows.wms that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemCRSEnvelope. getCoordinateReferenceSystem()Returns the coordinate reference system for this envelope (if known). return CoordinateReferenceSystem if known, ornullCoordinateReferenceSystemWebMapServer.LayerInfo. getCRS()Methods in org.geotools.ows.wms with parameters of type CoordinateReferenceSystem Modifier and Type Method Description protected Collection<String>Layer. extractCRSNames(CoordinateReferenceSystem crs)GeneralBoundsLayer. getEnvelope(CoordinateReferenceSystem crs)Look up an envelope for the provided CoordinateReferenceSystem.GeneralBoundsWebMapServer. 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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemWMSLayer. getCoordinateReferenceSystem()Returns the CRS used to make requests to the remote WMSMethods in org.geotools.ows.wms.map with parameters of type CoordinateReferenceSystem Modifier and Type Method Description booleanWMSLayer. 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 CoordinateReferenceSystem Modifier and Type Method Description static CoordinateReferenceSystemAbstractGetMapRequest. toServerCRS(String srsName, boolean forceXY) -
Uses of CoordinateReferenceSystem in org.geotools.ows.wmts
Methods in org.geotools.ows.wmts with parameters of type CoordinateReferenceSystem Modifier and Type Method Description GeneralBoundsWebMapTileServer. getEnvelope(Layer layer, CoordinateReferenceSystem crs)TileMatrixSetWebMapTileServer. 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 Modifier and Type Method Description CoordinateReferenceSystemWMTSTileService. getProjectedTileCrs() -
Uses of CoordinateReferenceSystem in org.geotools.ows.wmts.map
Fields in org.geotools.ows.wmts.map with type parameters of type CoordinateReferenceSystem Modifier and Type Field Description static DefaultParameterDescriptor<CoordinateReferenceSystem>WMTSMapLayer. SOURCE_CRSMethods in org.geotools.ows.wmts.map that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemWMTSCoverageReader. getCoordinateReferenceSystem()CoordinateReferenceSystemWMTSMapLayer. getCoordinateReferenceSystem()Returns the CRS used to make requests to the remote WMTSMethods in org.geotools.ows.wmts.map with parameters of type CoordinateReferenceSystem Modifier and Type Method Description booleanWMTSMapLayer. 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 CoordinateReferenceSystem Constructor Description WMTSMapLayer(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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemTileMatrixSet. getCoordinateReferenceSystem()CoordinateReferenceSystemTileMatrix. getCrs()Retrieve the CRS from the parent TileMatrixSetCoordinateReferenceSystemWMTSLayer. getPreferredCRS()protected CoordinateReferenceSystemTileMatrixSet. parseCoordinateReferenceSystem(String crs)Try and parse the crs string.Methods in org.geotools.ows.wmts.model with parameters of type CoordinateReferenceSystem Modifier and Type Method Description voidWMTSLayer. 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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemAbstractGetTileRequest. getCrs()Methods in org.geotools.ows.wmts.request with parameters of type CoordinateReferenceSystem Modifier and Type Method Description voidAbstractGetTileRequest. 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 CoordinateReferenceSystem Modifier and Type Method Description static 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 CoordinateReferenceSystem Modifier and Type Method Description static voidBaseCoverageAlgebraProcess. checkCompatibleCRS(CoordinateReferenceSystem crsA, CoordinateReferenceSystem crsB)Utility method for checking if two CRS are equalsSimpleFeatureCollectionRasterAsPointCollectionProcess. 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 CoordinateReferenceSystem Modifier and Type Method Description SimpleFeatureCollectionFeatureProcess. 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.FeatureCollectionNearestProcess. execute(FeatureCollection featureCollection, Point point, CoordinateReferenceSystem crs)Process the input data set.SimpleFeatureCollectionPointBuffers. execute(Point center, CoordinateReferenceSystem crs, double[] distances, Integer quadrantSegments, ProgressListener listener)SimpleFeatureCollectionReprojectProcess. execute(SimpleFeatureCollection features, CoordinateReferenceSystem forcedCRS, CoordinateReferenceSystem targetCRS)FeatureCollectionSnapProcess. execute(FeatureCollection featureCollection, Point point, CoordinateReferenceSystem crs)Process the input data set.Constructors in org.geotools.process.vector with parameters of type CoordinateReferenceSystem Constructor Description GeographicGenerator(Point center, int quadrantSegments, CoordinateReferenceSystem crs) -
Uses of CoordinateReferenceSystem in org.geotools.referencing
Methods in org.geotools.referencing that return CoordinateReferenceSystem Modifier and Type Method Description static CoordinateReferenceSystemCRS. decode(String code)Return a Coordinate Reference System for the specified code.static CoordinateReferenceSystemCRS. decode(String code, boolean longitudeFirst)Return a Coordinate Reference System for the specified code, maybe forcing the axis order to (longitude, latitude).CoordinateReferenceSystemCoordinateFormat. getCoordinateReferenceSystem()Returns the coordinate reference system for points to be formatted.CoordinateReferenceSystemGeodeticCalculator. getCoordinateReferenceSystem()Returns the coordinate reference system for all methods working onPositionobjects.static CoordinateReferenceSystemCRS. parseWKT(String wkt)Parses a Well Known Text (WKT) into a CRS object.Methods in org.geotools.referencing with parameters of type CoordinateReferenceSystem Modifier and Type Method Description static 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 GeographicBoundingBoxCRS. getGeographicBoundingBox(CoordinateReferenceSystem crs)Returns the valid geographic area for the specified coordinate reference system, ornullif unknown.static SingleCRSCRS. getHorizontalCRS(CoordinateReferenceSystem crs)Returns the first horizontal coordinate reference system found in the given CRS, ornullif there is none.static MapProjectionCRS. getMapProjection(CoordinateReferenceSystem crs)Returns 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 CoordinateReferenceSystem Constructor Description CoordinateFormat(Locale locale, CoordinateReferenceSystem crs)Constructs a new coordinate format for the specified locale and coordinate reference system.GeodeticCalculator(CoordinateReferenceSystem crs)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 CoordinateReferenceSystem Modifier and Type Class Description classAbstractCRSAbstract coordinate reference system, usually defined by a coordinate system and a datum.classAbstractDerivedCRSA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).classAbstractSingleCRSAbstract coordinate reference system, consisting of a single coordinate system and a single datum (as opposed to compound CRS).classDefaultCompoundCRSA coordinate reference system describing the position of points through two or more independent coordinate reference systems.classDefaultDerivedCRSA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.classDefaultEngineeringCRSA contextually local coordinate reference system.classDefaultGeocentricCRSA 3D coordinate reference system with the origin at the approximate centre of mass of the earth.classDefaultGeographicCRSA 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.classDefaultImageCRSAn engineering coordinate reference system applied to locations in images.classDefaultProjectedCRSA 2D coordinate reference system used to approximate the shape of the earth on a planar surface.classDefaultTemporalCRSA 1D coordinate reference system used for the recording of time.classDefaultVerticalCRSA 1D coordinate reference system used for recording heights or depths.Fields in org.geotools.referencing.crs declared as CoordinateReferenceSystem Modifier and Type Field Description protected CoordinateReferenceSystemAbstractDerivedCRS. baseCRSThe base coordinate reference system.Methods in org.geotools.referencing.crs that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemAbstractDerivedCRS. getBaseCRS()Returns the base coordinate reference system.Methods in org.geotools.referencing.crs that return types with arguments of type CoordinateReferenceSystem Modifier and Type Method Description List<CoordinateReferenceSystem>DefaultCompoundCRS. getCoordinateReferenceSystems()The ordered list of coordinate reference systems.Methods in org.geotools.referencing.crs with parameters of type CoordinateReferenceSystem Modifier and Type Method Description static List<SingleCRS>DefaultCompoundCRS. 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 CoordinateReferenceSystem Constructor Description AbstractCRS(CoordinateReferenceSystem crs)Constructs a new coordinate reference system with the same values than the specified one.AbstractDerivedCRS(Map<String,?> properties, Conversion conversionFromBase, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)Constructs a derived CRS from a defining conversion.AbstractDerivedCRS(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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemEPSGCRSAuthorityFactory. createCoordinateReferenceSystem(String code) -
Uses of CoordinateReferenceSystem in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemAbstractAuthorityFactory. createCoordinateReferenceSystem(String code)Returns an arbitrary coordinate reference system from a code.CoordinateReferenceSystemAbstractAuthorityMediator. createCoordinateReferenceSystem(String code)CoordinateReferenceSystemAbstractCachedAuthorityFactory. createCoordinateReferenceSystem(String code)CoordinateReferenceSystemAuthorityFactoryAdapter. createCoordinateReferenceSystem(String code)Returns an arbitrary coordinate reference system from a code.CoordinateReferenceSystemBufferedAuthorityFactory. createCoordinateReferenceSystem(String code)Returns an arbitrary coordinate reference system from a code.CoordinateReferenceSystemCachedAuthorityDecorator. createCoordinateReferenceSystem(String code)CoordinateReferenceSystemCachedCRSAuthorityDecorator. createCoordinateReferenceSystem(String code)CoordinateReferenceSystemFallbackAuthorityFactory. createCoordinateReferenceSystem(String code)Returns an arbitrary coordinate reference system from a code.CoordinateReferenceSystemPropertyAuthorityFactory. createCoordinateReferenceSystem(String code)Returns a coordinate reference system from a code.CoordinateReferenceSystemThreadedAuthorityFactory. createCoordinateReferenceSystem(String code)Returns an arbitrary coordinate reference system from a code.CoordinateReferenceSystemReferencingObjectFactory. createFromWKT(String wkt)Creates a coordinate reference system object from a string.CoordinateReferenceSystemReferencingObjectFactory. 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.CoordinateReferenceSystemReferencingFactoryContainer. separate(CoordinateReferenceSystem crs, int[] dimensions)Returns a new coordinate reference system with only the specified dimension.CoordinateReferenceSystemReferencingFactoryContainer. 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 CoordinateReferenceSystem Modifier and Type Method Description CompoundCRSReferencingObjectFactory. createCompoundCRS(Map<String,?> properties, CoordinateReferenceSystem[] elements)Creates a compound coordinate reference system from an ordered list ofCoordinateReferenceSystemobjects.DerivedCRSReferencingObjectFactory. 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.CoordinateReferenceSystemReferencingFactoryContainer. 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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemCartesianAuthorityFactory. createCoordinateReferenceSystem(String code)Creates a coordinate reference system from the specified code.CoordinateReferenceSystemDirectEpsgFactory. createCoordinateReferenceSystem(String code)Returns a coordinate reference system from a code.CoordinateReferenceSystemAbstractEpsgFactory. 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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemAutoCRSFactory. createCoordinateReferenceSystem(String code)Creates a coordinate reference system from the specified code.CoordinateReferenceSystemWebCRSFactory. 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 CoordinateReferenceSystem Modifier and Type Field Description protected CoordinateReferenceSystemAbstractCoordinateOperation. sourceCRSThe source CRS, ornullif not available.protected CoordinateReferenceSystemAbstractCoordinateOperation. targetCRSThe target CRS, ornullif not available.Methods in org.geotools.referencing.operation that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemAbstractCoordinateOperation. getSourceCRS()Returns the source CRS.CoordinateReferenceSystemAbstractCoordinateOperation. getTargetCRS()Returns the target CRS.Methods in org.geotools.referencing.operation with parameters of type CoordinateReferenceSystem Modifier and Type Method Description static 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.MathTransformDefaultMathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)Creates a parameterized transform from a base CRS to a derived CS.MathTransformDefaultMathTransformFactory. 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.CoordinateOperationBufferedCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)Returns an operation for conversion or transformation between two coordinate reference systems.CoordinateOperationBufferedCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method)Returns an operation for conversion or transformation between two coordinate reference systems using the specified method.CoordinateOperationDefaultCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)Returns an operation for conversion or transformation between two coordinate reference systems.CoordinateOperationDefaultCoordinateOperationFactory. 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.Set<CoordinateOperation>BufferedCoordinateOperationFactory. findOperations(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)Returns all available operations for conversion or transformation between two coordinate reference systems.Set<CoordinateOperation>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 CoordinateReferenceSystem Constructor Description AbstractCoordinateOperation(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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemMathTransformBuilder. getSourceCRS()Returns the coordinate reference system for thesource points.CoordinateReferenceSystemMathTransformBuilder. 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 CoordinateReferenceSystem Modifier and Type Method Description static 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 CoordinateReferenceSystem Modifier and Type Method Description static 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 CoordinateReferenceSystem Modifier and Type Method Description static 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 CoordinateReferenceSystem Modifier and Type Method Description static 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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemParser. 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 CoordinateReferenceSystem Modifier and Type Field Description protected CoordinateReferenceSystemProjectionHandler. sourceCRSprotected CoordinateReferenceSystemProjectionHandler. targetCRSMethods in org.geotools.renderer.crs that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemProjectionHandler. getSourceCRS()Methods in org.geotools.renderer.crs with parameters of type CoordinateReferenceSystem Modifier and Type Method Description ProjectionHandlerAzimulthalEquidistantProjectionHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit)ProjectionHandlerConicHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerGeographicHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerGeosProjectionHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit)ProjectionHandlerHomolosineHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerLambertAzimuthalEqualAreaHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerMercatorHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerOrthographicProjectionHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit)ProjectionHandlerPlateCarreeHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerPolarStereographicHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerProjectionHandlerFactory. 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 foundProjectionHandlerTransverseMercatorHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerWorldVanDerGrintenIHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ReferencedEnvelopeProjectionHandler. 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 CoordinateReferenceSystem Constructor Description ProjectionHandler(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 CoordinateReferenceSystem Modifier and Type Method Description ObjectRenderingTransformationHelper. 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 CoordinateReferenceSystem Constructor Description RenderCoverageReaderRequest(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 CoordinateReferenceSystem Modifier and Type Method Description static 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 CoordinateReferenceSystem Constructor Description GridCoverageRenderer(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 CoordinateReferenceSystem Modifier and Type Method Description static 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 CoordinateReferenceSystem Modifier and Type Method Description abstract CoordinateReferenceSystemTileService. getProjectedTileCrs()The projection the tiles are drawn in.CoordinateReferenceSystemTileService. 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 CoordinateReferenceSystem Modifier and Type Field Description static CoordinateReferenceSystemWebMercatorTileService. WEB_MERCATOR_CRSMethods in org.geotools.tile.impl that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemScaleZoomLevelMatcher. getCrsMap()CoordinateReferenceSystemScaleZoomLevelMatcher. getCrsTiles()CoordinateReferenceSystemWebMercatorTileService. getProjectedTileCrs()Methods in org.geotools.tile.impl with parameters of type CoordinateReferenceSystem Modifier and Type Method Description static 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 CoordinateReferenceSystem Constructor Description ScaleZoomLevelMatcher(CoordinateReferenceSystem crsMap, CoordinateReferenceSystem crsTiles, MathTransform transformMapToTileCrs, MathTransform transformTileCrsToMap, ReferencedEnvelope mapExtentTileCrs, ReferencedEnvelope mapExtentMapCrs, double scale) -
Uses of CoordinateReferenceSystem in org.geotools.wfs
Methods in org.geotools.wfs with parameters of type CoordinateReferenceSystem Modifier and Type Method Description voidGML. setCoordinateReferenceSystem(CoordinateReferenceSystem crs)Coordinate reference system to use when decoding. -
Uses of CoordinateReferenceSystem in org.geotools.wfs.gtxml
Methods in org.geotools.wfs.gtxml with parameters of type CoordinateReferenceSystem Modifier and Type Method Description static 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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemChoiceGeometryTypeImpl. getCoordinateReferenceSystem()Constructors in org.geotools.xml.gml with parameters of type CoordinateReferenceSystem Constructor Description ChoiceGeometryTypeImpl(Name name, Class[] types, Class defaultType, boolean nillable, int min, int max, Object defaultValue, CoordinateReferenceSystem crs, List<Filter> filter)
-