Uses of Interface
org.opengis.referencing.crs.CoordinateReferenceSystem
Packages that use CoordinateReferenceSystem
Package
Description
Tuple of coordinate values.
Functions that associates positions within a bounded space (its domain) to values (its range).
A coverage backed by a regular grid.
Defines the structure and content of views of real-world phenomenon.
Helper classes for creating
FeatureType instances.Filters features according their properties.
Basic geometric objects (envelopes and direct positions).
Widgets about coordinate reference systems.
A simple k-dimensional point tree implementation.
Symbology and map representations, together with a rendering engine for display.
Base classes for reference systems used for general positioning.
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
Relationship of a
CoordinateSystem (an abstract mathematical entity) to the earth or other system.Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
Relationship between any two Coordinate Reference Systems (CRS).
Conversions or transformations of multi-dimensional coordinate tuples.
Provides information and some controls about Apache SIS configuration.
Data store capable to read and write features using a JDBC connection to a database.
Base types for retrieving and saving tiles in resources.
Simple data objects and miscellaneous utilities.
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of CoordinateReferenceSystem in org.apache.sis.coordinate
Methods in org.apache.sis.coordinate that return CoordinateReferenceSystemModifier and TypeMethodDescriptionDefaultCoordinateMetadata.getCoordinateReferenceSystem()Returns the CRS in which the coordinate tuples are given.Constructors in org.apache.sis.coordinate with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionCreates a new coordinate metadata. -
Uses of CoordinateReferenceSystem in org.apache.sis.coverage
Methods in org.apache.sis.coverage that return CoordinateReferenceSystemModifier and TypeMethodDescriptionabstract CoordinateReferenceSystemBandedCoverage.getCoordinateReferenceSystem()Returns the coordinate reference system to which the cells are referenced.Constructors in org.apache.sis.coverage with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionRegionOfInterest(Shape geometry, CoordinateReferenceSystem crs) Creates a new region of interest from a two-dimensional shape. -
Uses of CoordinateReferenceSystem in org.apache.sis.coverage.grid
Methods in org.apache.sis.coverage.grid that return CoordinateReferenceSystemModifier and TypeMethodDescriptionGridCoverage.getCoordinateReferenceSystem()Returns the coordinate reference system to which the values in grid domain are referenced.GridGeometry.getCoordinateReferenceSystem()Returns the "real world" coordinate reference system.Methods in org.apache.sis.coverage.grid with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionGridGeometry.getEnvelope(CoordinateReferenceSystem crs) Returns the "real world" bounding box of this grid geometry transformed to the given CRS.GridCoverageProcessor.resample(GridCoverage source, CoordinateReferenceSystem target) Creates a new coverage with a different coordinate reference system.Constructors in org.apache.sis.coverage.grid with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionGridGeometry(GridExtent extent, PixelInCell anchor, MathTransform gridToCRS, CoordinateReferenceSystem crs) Creates a new grid geometry from a grid extent and a mapping from cell coordinates to "real world" coordinates. -
Uses of CoordinateReferenceSystem in org.apache.sis.feature
Methods in org.apache.sis.feature with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic AbstractOperationFeatureOperations.envelope(Map<String, ?> identification, CoordinateReferenceSystem crs, AbstractIdentifiedType... geometryAttributes) Creates an operation computing the envelope that encompass all geometries found in the given attributes. -
Uses of CoordinateReferenceSystem in org.apache.sis.feature.builder
Methods in org.apache.sis.feature.builder that return CoordinateReferenceSystemModifier and TypeMethodDescriptionAttributeTypeBuilder.getCRS()Returns the coordinate reference system associated to attribute values.Methods in org.apache.sis.feature.builder with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionAttributeTypeBuilder.setCRS(CoordinateReferenceSystem crs) Sets the coordinate reference system that characterizes the values of this attribute. -
Uses of CoordinateReferenceSystem in org.apache.sis.filter
Methods in org.apache.sis.filter that return types with arguments of type CoordinateReferenceSystemModifier and TypeMethodDescriptionOptimization.findExpectedCRS(Expression<?, ?> parameter) If the specified parameter should always use the same Coordinate Reference System, returns that CRS. -
Uses of CoordinateReferenceSystem in org.apache.sis.geometry
Methods in org.apache.sis.geometry that return CoordinateReferenceSystemModifier and TypeMethodDescriptionAbstractDirectPosition.getCoordinateReferenceSystem()Returns the coordinate reference system in which the coordinate tuple is given.DirectPosition1D.getCoordinateReferenceSystem()Returns the coordinate reference system in which the coordinate is given.DirectPosition2D.getCoordinateReferenceSystem()Returns the coordinate reference system in which the coordinate is given.Envelope2D.getCoordinateReferenceSystem()Returns the coordinate reference system in which the coordinates are given.GeneralDirectPosition.getCoordinateReferenceSystem()Returns the coordinate reference system in which the coordinates are given.ImmutableDirectPosition.getCoordinateReferenceSystem()Returns the coordinate reference system in which the coordinates are given.CoordinateFormat.getDefaultCRS()Returns the coordinate reference system to use if no CRS is explicitly associated to a givenDirectPosition.Methods in org.apache.sis.geometry with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionvoidDirectPosition1D.setCoordinateReferenceSystem(CoordinateReferenceSystem crs) Sets the coordinate reference system in which the coordinate is given.voidDirectPosition2D.setCoordinateReferenceSystem(CoordinateReferenceSystem crs) Sets the coordinate reference system in which the coordinate is given.voidEnvelope2D.setCoordinateReferenceSystem(CoordinateReferenceSystem crs) Sets the coordinate reference system in which the coordinate are given.voidGeneralDirectPosition.setCoordinateReferenceSystem(CoordinateReferenceSystem crs) Sets the coordinate reference system in which the coordinates are given.voidGeneralEnvelope.setCoordinateReferenceSystem(CoordinateReferenceSystem crs) Sets the coordinate reference system in which the coordinate are given.voidCoordinateFormat.setDefaultCRS(CoordinateReferenceSystem crs) Sets the coordinate reference system to use if no CRS is explicitly associated to a givenDirectPosition.static EnvelopeEnvelopes.transform(Envelope envelope, CoordinateReferenceSystem targetCRS) Transforms the given envelope to the specified CRS.Constructors in org.apache.sis.geometry with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionConstructs a position with the specified coordinate reference system.Constructs a position initialized to (0,0) with the specified coordinate reference system.DirectPosition2D(CoordinateReferenceSystem crs, double x, double y) Constructs a 2D position from the specified coordinates in the specified CRS.Envelope2D(CoordinateReferenceSystem crs, double x, double y, double width, double height) Constructs two-dimensional envelope defined by the specified coordinates.Envelope2D(CoordinateReferenceSystem crs, Rectangle2D rect) Constructs two-dimensional envelope defined by anotherRectangle2D.Constructs a position using the specified coordinate reference system.Constructs an empty envelope with the specified coordinate reference system.ImmutableDirectPosition(CoordinateReferenceSystem crs, double... coordinates) Constructs a position defined by a sequence of coordinate values.ImmutableEnvelope(double[] lowerCorner, double[] upperCorner, CoordinateReferenceSystem crs) Constructs an envelope defined by two corners given as sequences of coordinate values.Constructs a new envelope initialized to the values parsed from the given string inBOXor Well Known Text (WKT) format.ImmutableEnvelope(CoordinateReferenceSystem crs, Envelope envelope) Creates an immutable envelope with the coordinate values of the given envelope but a different CRS.WraparoundAdjustment(Envelope domain, CoordinateReferenceSystem target) Creates a new instance for adjusting Area Of Interest (AOI) or Point Of Interest (POI) to the given domain. -
Uses of CoordinateReferenceSystem in org.apache.sis.gui.referencing
Subclasses with type arguments of type CoordinateReferenceSystem in org.apache.sis.gui.referencingModifier and TypeClassDescriptionclassA list of Coordinate Reference Systems (CRS) from which the user can select.Methods in org.apache.sis.gui.referencing that return types with arguments of type CoordinateReferenceSystemModifier and TypeMethodDescriptionCRSChooser.showDialog(Window parent) Shows a dialog to select aCoordinateReferenceSystem. -
Uses of CoordinateReferenceSystem in org.apache.sis.index.tree
Methods in org.apache.sis.index.tree that return types with arguments of type CoordinateReferenceSystemModifier and TypeMethodDescriptionPointTree.getCoordinateReferenceSystem()Returns the coordinate reference system (CRS) of all points in this tree. -
Uses of CoordinateReferenceSystem in org.apache.sis.portrayal
Methods in org.apache.sis.portrayal that return CoordinateReferenceSystemModifier and TypeMethodDescriptionCanvas.getObjectiveCRS()Returns the Coordinate Reference System in which all data are transformed before displaying.Methods in org.apache.sis.portrayal with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionvoidCanvas.setObjectiveCRS(CoordinateReferenceSystem newValue, DirectPosition anchor) Sets the Coordinate Reference System in which all data are transformed before displaying. -
Uses of CoordinateReferenceSystem in org.apache.sis.referencing
Methods in org.apache.sis.referencing that return CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic CoordinateReferenceSystemCRS.compound(CoordinateReferenceSystem... components) Creates a compound coordinate reference system from an ordered list of CRS components.MultiRegisterOperations.findCoordinateReferenceSystem(String code) Extracts CRS details from the registry.static CoordinateReferenceSystemReturns the Coordinate Reference System for the given authority code.static CoordinateReferenceSystemCRS.fromAuthority(CoordinateReferenceSystem crs, CRSAuthorityFactory factory, Filter warningFilter) Replaces the given coordinate reference system by an authoritative description, if one can be found.static CoordinateReferenceSystemCreates a Coordinate Reference System object from a Well Known Text (WKT).static CoordinateReferenceSystemCreates a coordinate reference system object from a XML string.static CoordinateReferenceSystemCRS.getComponentAt(CoordinateReferenceSystem crs, int lower, int upper) Returns the coordinate reference system in the given range of dimension indices.GeodeticCalculator.getPositionCRS()Returns the Coordinate Reference System (CRS) in which positions are represented, unless otherwise specified.static CoordinateReferenceSystemCRS.selectDimensions(CoordinateReferenceSystem crs, int... dimensions) Gets or creates a coordinate reference system with a subset of the dimensions of the given CRS.static CoordinateReferenceSystemCRS.selectDimensions(CoordinateReferenceSystem crs, BitSet mask, CRS.SeparationMode mode) Gets or creates a coordinate reference system with a subset of the dimensions of the given CRS.static CoordinateReferenceSystemCRS.suggestCommonTarget(GeographicBoundingBox regionOfInterest, CoordinateReferenceSystem... sourceCRS) Suggests a coordinate reference system which could be a common target for coordinate operations having the given sources.Methods in org.apache.sis.referencing that return types with arguments of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic List<CoordinateReferenceSystem> CRS.selectComponents(CoordinateReferenceSystem crs, int... dimensions) Gets or creates CRS components for a subset of the dimensions of the given CRS.static List<CoordinateReferenceSystem> CRS.selectComponents(CoordinateReferenceSystem crs, BitSet mask, CRS.SeparationMode mode) Gets or creates CRS components for a subset of the dimensions of the given CRS.Methods in org.apache.sis.referencing with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic CoordinateReferenceSystemCRS.compound(CoordinateReferenceSystem... components) Creates a compound coordinate reference system from an ordered list of CRS components.static GeodeticCalculatorGeodeticCalculator.create(CoordinateReferenceSystem crs) Constructs a new geodetic calculator expecting coordinates in the supplied CRS.booleanCommonCRS.Engineering.datumUsedBy(CoordinateReferenceSystem crs) Returnstrueis the given CRS uses the datum identified by this enumeration value.static booleanCRS.equivalent(CoordinateReferenceSystem object1, CoordinateReferenceSystem object2) Returns whether the given Coordinate Reference Systems can be considered as equivalent.MultiRegisterOperations.findCoordinateOperations(CoordinateReferenceSystem source, CoordinateReferenceSystem target) Finds or infers any coordinate operations for which the given CRSs are the source and target, in that order.static CoordinateOperationCRS.findOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, GeographicBoundingBox areaOfInterest) Finds a mathematical operation that transform coordinates from the given source to the given target CRS.static List<CoordinateOperation> CRS.findOperations(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, GeographicBoundingBox areaOfInterest) Finds mathematical operations that transform coordinates from the given source to the given target CRS in a given area of interest.static CommonCRSCommonCRS.forDatum(CoordinateReferenceSystem crs) Returns theCommonCRSenumeration value for the datum of the given CRS.static CoordinateReferenceSystemCRS.fromAuthority(CoordinateReferenceSystem crs, CRSAuthorityFactory factory, Filter warningFilter) Replaces the given coordinate reference system by an authoritative description, if one can be found.static CoordinateReferenceSystemCRS.getComponentAt(CoordinateReferenceSystem crs, int lower, int upper) Returns the coordinate reference system in the given range of dimension indices.static intReturns the number of dimensions of the given CRS, or 0 ifnull.static EnvelopeReturns the domain of validity of the specified coordinate reference system, ornullif unknown.Returns the epoch to which the coordinates of stations defining the dynamic CRS are referenced.static Optional<GeodeticDatum> Returns the geodetic reference frame used by the given coordinate reference system.static GeographicBoundingBoxReturns the valid geographic area for the given coordinate reference system, ornullif unknown.static SingleCRSReturns the first horizontal coordinate reference system found in the given CRS, ornullif there is none.Returns the ordered list of single coordinate reference systems for the specified CRS.static TemporalCRSReturns the first temporal coordinate reference system found in the given CRS, ornullif there is none.static VerticalCRSCRS.getVerticalComponent(CoordinateReferenceSystem crs, boolean allowCreateEllipsoidal) Returns the first vertical coordinate reference system found in the given CRS, ornullif there is none.static booleanReturnstrueif the given coordinate reference system has an horizontal component.static booleanCRS.isHorizontalCRS(CoordinateReferenceSystem crs) Returnstrueif the given CRS is horizontal.static BitSetCRS.locateDimensions(CoordinateReferenceSystem crs, SingleCRS... subCRS) Returns a mask of the dimensions where asubCRSelement is found in the given CRS.static List<CoordinateReferenceSystem> CRS.selectComponents(CoordinateReferenceSystem crs, int... dimensions) Gets or creates CRS components for a subset of the dimensions of the given CRS.static List<CoordinateReferenceSystem> CRS.selectComponents(CoordinateReferenceSystem crs, BitSet mask, CRS.SeparationMode mode) Gets or creates CRS components for a subset of the dimensions of the given CRS.static CoordinateReferenceSystemCRS.selectDimensions(CoordinateReferenceSystem crs, int... dimensions) Gets or creates a coordinate reference system with a subset of the dimensions of the given CRS.static CoordinateReferenceSystemCRS.selectDimensions(CoordinateReferenceSystem crs, BitSet mask, CRS.SeparationMode mode) Gets or creates a coordinate reference system with a subset of the dimensions of the given CRS.static CoordinateReferenceSystemCRS.suggestCommonTarget(GeographicBoundingBox regionOfInterest, CoordinateReferenceSystem... sourceCRS) Suggests a coordinate reference system which could be a common target for coordinate operations having the given sources. -
Uses of CoordinateReferenceSystem in org.apache.sis.referencing.crs
Classes in org.apache.sis.referencing.crs that implement CoordinateReferenceSystemModifier and TypeClassDescriptionclassCoordinate reference system, defined by a coordinate system and (usually) a datum.classA CRS describing the position of points through two or more independent coordinate reference systems.classA coordinate reference system that is defined by its coordinate conversion from another CRS.classA 1-, 2- or 3-dimensional contextually local coordinate reference system.classA 2- or 3-dimensional coordinate reference system with the origin at the approximate centre of mass of the earth.classA 2- or 3-dimensional coordinate reference system based on an ellipsoidal approximation of the geoid.classA 1-dimensional coordinate reference system which uses parameter values or functions.classA 2-dimensional coordinate reference system used to approximate the shape of the earth on a planar surface.classA 1-dimensional coordinate reference system used for the recording of time.classA 1-dimensional coordinate reference system used for recording heights or depths.Methods in org.apache.sis.referencing.crs that return types with arguments of type CoordinateReferenceSystemModifier and TypeMethodDescriptionDefaultCompoundCRS.getComponents()Returns the ordered list of coordinate reference systems.Class<? extends CoordinateReferenceSystem> AbstractCRS.getInterface()Returns the GeoAPI interface implemented by this class.Methods in org.apache.sis.referencing.crs with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic AbstractCRSAbstractCRS.castOrCopy(CoordinateReferenceSystem object) Returns a SIS coordinate reference system implementation with the values of the given arbitrary implementation.static DefaultDerivedCRSDefaultDerivedCRS.create(Map<String, ?> properties, SingleCRS baseCRS, CoordinateReferenceSystem interpolationCRS, OperationMethod method, MathTransform baseToDerived, CoordinateSystem derivedCS) Creates a derived CRS from a math transform and a type inferred from the given arguments.Constructors in org.apache.sis.referencing.crs with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionprotectedConstructs a new coordinate reference system with the same values as the specified one.DefaultCompoundCRS(Map<String, ?> properties, CoordinateReferenceSystem... components) Constructs a compound CRS from the given properties and CRS.protectedDefaultDerivedCRS(Map<String, ?> properties, SingleCRS baseCRS, CoordinateReferenceSystem interpolationCRS, OperationMethod method, MathTransform baseToDerived, CoordinateSystem derivedCS) Creates a derived CRS from a math transform. -
Uses of CoordinateReferenceSystem in org.apache.sis.referencing.datum
Methods in org.apache.sis.referencing.datum with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionDatumOrEnsemble.getEllipsoid(CoordinateReferenceSystem crs) Returns the ellipsoid used by the given coordinate reference system.static Optional<PrimeMeridian> DatumOrEnsemble.getPrimeMeridian(CoordinateReferenceSystem crs) Returns the prime meridian used by the given coordinate reference system. -
Uses of CoordinateReferenceSystem in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return CoordinateReferenceSystemModifier and TypeMethodDescriptionCommonAuthorityFactory.createCoordinateReferenceSystem(String code) Creates a coordinate reference system from the specified code.ConcurrentAuthorityFactory.createCoordinateReferenceSystem(String code) Returns an arbitrary coordinate reference system from a code.GeodeticAuthorityFactory.createCoordinateReferenceSystem(String code) Creates an arbitrary coordinate reference system from a code.MultiAuthoritiesFactory.createCoordinateReferenceSystem(String code) Creates an arbitrary coordinate reference system from a code.GeodeticObjectFactory.createFromWKT(String wkt) Creates a Coordinate Reference System object from a Well Known Text (WKT).GeodeticObjectFactory.createFromXML(String xml) Creates a coordinate reference system object from a XML string.Methods in org.apache.sis.referencing.factory with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionGeodeticObjectFactory.createCompoundCRS(Map<String, ?> properties, CoordinateReferenceSystem... components) Creates a compound coordinate reference system from an ordered list of CRS components.GeodeticObjectFactory.createDerivedCRS(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion baseToDerived, CoordinateSystem derivedCS) Creates a derived coordinate reference system from a conversion. -
Uses of CoordinateReferenceSystem in org.apache.sis.referencing.factory.sql
Methods in org.apache.sis.referencing.factory.sql that return CoordinateReferenceSystemModifier and TypeMethodDescriptionEPSGDataAccess.createCoordinateReferenceSystem(String code) Creates an arbitrary coordinate reference system from a code. -
Uses of CoordinateReferenceSystem in org.apache.sis.referencing.operation
Methods in org.apache.sis.referencing.operation that return CoordinateReferenceSystemModifier and TypeMethodDescriptionAbstractCoordinateOperation.getSourceCRS()Returns the source CRS, ornullif unspecified.AbstractCoordinateOperation.getTargetCRS()Returns the target CRS, ornullif unspecified.Methods in org.apache.sis.referencing.operation that return types with arguments of type CoordinateReferenceSystemModifier and TypeMethodDescriptionAbstractCoordinateOperation.getInterpolationCRS()Returns the CRS to be used for interpolations in a grid.Methods in org.apache.sis.referencing.operation with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionDefaultCoordinateOperationFactory.createConcatenatedOperation(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, CoordinateOperation... operations) Creates an ordered sequence of two or more single coordinate operations.CoordinateOperationFinder.createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Infers an operation for conversion or transformation between two coordinate reference systems.DefaultCoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Deprecated.DefaultCoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, CoordinateOperationContext context) Finds or creates an operation for conversion or transformation between two coordinate reference systems.DefaultCoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method) CoordinateOperationFinder.createOperations(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Infers operations for conversions or transformations between two coordinate reference systems.DefaultCoordinateOperationFactory.createOperations(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, CoordinateOperationContext context) Finds or creates operations for conversions or transformations between two coordinate reference systems.protected List<CoordinateOperation> CoordinateOperationFinder.createOperationStep(CoordinateReferenceSystem sourceCRS, List<? extends SingleCRS> sourceComponents, CoordinateReferenceSystem targetCRS, List<? extends SingleCRS> targetComponents) Creates an operation between at least oneCompoundCRS(usually the source) and an arbitrary CRS.DefaultCoordinateOperationFactory.createSingleOperation(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, CoordinateReferenceSystem interpolationCRS, OperationMethod method, MathTransform transform) Creates a transformation or conversion from the given properties.DefaultConversion.specialize(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransformFactory factory) Returns a specialization of this conversion with non-null CRSs.Constructors in org.apache.sis.referencing.operation with parameters of type CoordinateReferenceSystemModifierConstructorDescriptionAbstractCoordinateOperation(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, CoordinateReferenceSystem interpolationCRS, MathTransform transform) Creates a coordinate operation from the given properties.DefaultConversion(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, CoordinateReferenceSystem interpolationCRS, OperationMethod method, MathTransform transform) Creates a coordinate conversion from the given properties.DefaultPassThroughOperation(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, SingleOperation operation, int firstAffectedCoordinate, int numTrailingCoordinates) Constructs a pass-through operation from a set of properties.DefaultTransformation(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, CoordinateReferenceSystem interpolationCRS, OperationMethod method, MathTransform transform) Creates a coordinate transformation from the given properties. -
Uses of CoordinateReferenceSystem in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionDefaultMathTransformFactory.createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS) Deprecated.Replaced byDefaultMathTransformFactory.builder(String). -
Uses of CoordinateReferenceSystem in org.apache.sis.setup
Fields in org.apache.sis.setup with type parameters of type CoordinateReferenceSystemModifier and TypeFieldDescriptionstatic final OptionKey<CoordinateReferenceSystem> OptionKey.DEFAULT_CRSThe coordinate reference system (CRS) of data to use if not explicitly defined. -
Uses of CoordinateReferenceSystem in org.apache.sis.storage.sql
Methods in org.apache.sis.storage.sql that return CoordinateReferenceSystemModifier and TypeMethodDescriptionDataAccess.findCRS(int srid) Returns the coordinate reference system associated to the given identifier.Methods in org.apache.sis.storage.sql with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionintDataAccess.findSRID(CoordinateReferenceSystem crs) Returns the SRID associated to the given spatial reference system. -
Uses of CoordinateReferenceSystem in org.apache.sis.storage.tiling
Methods in org.apache.sis.storage.tiling that return CoordinateReferenceSystemModifier and TypeMethodDescriptionTileMatrixSet.getCoordinateReferenceSystem()Returns the coordinate reference system of allTileMatrixinstances in this set. -
Uses of CoordinateReferenceSystem in org.apache.sis.util
Methods in org.apache.sis.util with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionstatic voidArgumentChecks.ensureDimensionMatches(String name, int expected, CoordinateReferenceSystem crs) Ensures that the given CRS, if non-null, has the expected number of dimensions. -
Uses of CoordinateReferenceSystem in org.opengis.geometry
Methods in org.opengis.geometry that return CoordinateReferenceSystemModifier and TypeMethodDescriptionDirectPosition.getCoordinateReferenceSystem()The coordinate reference system in which the coordinate is given.Envelope.getCoordinateReferenceSystem()Returns the envelope coordinate reference system, ornullif unknown. -
Uses of CoordinateReferenceSystem in org.opengis.referencing.crs
Subinterfaces of CoordinateReferenceSystem in org.opengis.referencing.crsModifier and TypeInterfaceDescriptioninterfaceA coordinate reference system describing the position of points through two or more independent coordinate reference systems.interfaceA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.interfaceA contextually local coordinate reference system.interfaceA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).interfaceA 3D coordinate reference system with the origin at the approximate centre of mass of the earth.interfaceA coordinate reference system associated with a geodetic datum.interfaceA coordinate reference system based on an ellipsoidal approximation of the geoid; this provides an accurate representation of the geometry of geographic features for a large portion of the earth's surface.interfaceAn engineering coordinate reference system applied to locations in images.interfaceA 2D coordinate reference system used to approximate the shape of the earth on a planar surface.interfaceAbstract coordinate reference system, consisting of a single Coordinate System and a single Datum (as opposed to Compound CRS).interfaceA 1D coordinate reference system used for the recording of time.interfaceA 1D coordinate reference system used for recording heights or depths.Methods in org.opengis.referencing.crs that return CoordinateReferenceSystemModifier and TypeMethodDescriptionCRSAuthorityFactory.createCoordinateReferenceSystem(String code) Returns an arbitrary coordinate reference system from a code.CRSFactory.createFromWKT(String wkt) Creates a coordinate reference system object from a string.CRSFactory.createFromXML(String xml) Creates a coordinate reference system object from a XML string.GeneralDerivedCRS.getBaseCRS()Returns the base coordinate reference system.Methods in org.opengis.referencing.crs that return types with arguments of type CoordinateReferenceSystemModifier and TypeMethodDescriptionCompoundCRS.getComponents()The ordered list of coordinate reference systems.Methods in org.opengis.referencing.crs with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionCRSFactory.createCompoundCRS(Map<String, ?> properties, CoordinateReferenceSystem... elements) Creates a compound coordinate reference system from an ordered list ofCoordinateReferenceSystemobjects.CRSFactory.createDerivedCRS(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS) Creates a derived coordinate reference system. -
Uses of CoordinateReferenceSystem in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return CoordinateReferenceSystemModifier and TypeMethodDescriptionConversion.getSourceCRS()Returns the source CRS.CoordinateOperation.getSourceCRS()Returns the source CRS.Transformation.getSourceCRS()Returns the source CRS.Conversion.getTargetCRS()Returns the target CRS.CoordinateOperation.getTargetCRS()Returns the target CRS.Transformation.getTargetCRS()Returns the target CRS.Methods in org.opengis.referencing.operation with parameters of type CoordinateReferenceSystemModifier and TypeMethodDescriptionMathTransformFactory.createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS) Creates a parameterized transform from a base CRS to a derived CS.CoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Returns an operation for conversion or transformation between two coordinate reference systems.CoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method) Returns an operation using a particular method for conversion or transformation between two coordinate reference systems.
DefaultCoordinateOperationFactory.createOperation(CoordinateReferenceSystem, CoordinateReferenceSystem, CoordinateOperationContext).