Uses of Interface
org.opengis.referencing.crs.SingleCRS
Packages that use SingleCRS
Package
Description
A coverage backed by a regular grid.
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.Relationship between any two Coordinate Reference Systems (CRS).
Resources which are aggregations or concatenations of other resources.
-
Uses of SingleCRS in org.apache.sis.coverage.grid
Methods in org.apache.sis.coverage.grid with parameters of type SingleCRSModifier and TypeMethodDescriptionGridCoverageProcessor.appendDimension(GridCoverage source, double lower, double span, SingleCRS crs) Appends a single grid dimension after the dimensions of the given source coverage. -
Uses of SingleCRS in org.apache.sis.referencing
Methods in org.apache.sis.referencing that return SingleCRSModifier and TypeMethodDescriptionstatic SingleCRSReturns the first horizontal coordinate reference system found in the given CRS, ornullif there is none.Methods in org.apache.sis.referencing that return types with arguments of type SingleCRSModifier and TypeMethodDescriptionReturns the ordered list of single coordinate reference systems for the specified CRS.Methods in org.apache.sis.referencing with parameters of type SingleCRSModifier and TypeMethodDescriptionstatic BitSetCRS.locateDimensions(CoordinateReferenceSystem crs, SingleCRS... subCRS) Returns a mask of the dimensions where asubCRSelement is found in the given CRS. -
Uses of SingleCRS in org.apache.sis.referencing.crs
Classes in org.apache.sis.referencing.crs that implement SingleCRSModifier and TypeClassDescriptionclassA 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 SingleCRSModifier and TypeMethodDescriptionDefaultDerivedCRS.getBaseCRS()Returns the CRS on which the conversion is applied.Methods in org.apache.sis.referencing.crs that return types with arguments of type SingleCRSModifier and TypeMethodDescriptionDefaultCompoundCRS.getSingleComponents()Returns the ordered list of single coordinate reference systems.Methods in org.apache.sis.referencing.crs with parameters of type SingleCRSModifier and TypeMethodDescriptionstatic 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.static DefaultDerivedCRSDefaultDerivedCRS.create(Map<String, ?> properties, SingleCRS baseCRS, Conversion baseToDerived, CoordinateSystem derivedCS) Creates a derived CRS from a defining conversion and a type inferred from the given arguments.Constructors in org.apache.sis.referencing.crs with parameters of type SingleCRSModifierConstructorDescriptionprotectedDefaultDerivedCRS(Map<String, ?> properties, SingleCRS baseCRS, CoordinateReferenceSystem interpolationCRS, OperationMethod method, MathTransform baseToDerived, CoordinateSystem derivedCS) Creates a derived CRS from a math transform.protectedDefaultDerivedCRS(Map<String, ?> properties, SingleCRS baseCRS, Conversion conversion, CoordinateSystem derivedCS) Creates a derived CRS from a defining conversion. -
Uses of SingleCRS in org.apache.sis.referencing.datum
Methods in org.apache.sis.referencing.datum with parameters of type SingleCRSModifier and TypeMethodDescriptionstatic IdentifiedObjectReturns the datum of the given CRS if presents, or the datum ensemble otherwise.static Optional<IdentifiedObject> Returns the datum or ensemble of a coordinate operation from source to target. -
Uses of SingleCRS in org.apache.sis.referencing.operation
Methods in org.apache.sis.referencing.operation with parameters of type SingleCRSModifier and TypeMethodDescriptionprotected List<CoordinateOperation> CoordinateOperationFinder.createOperationStep(GeneralDerivedCRS sourceCRS, SingleCRS targetCRS) Creates an operation from a derived CRS to an arbitrary single coordinate reference system.protected List<CoordinateOperation> CoordinateOperationFinder.createOperationStep(SingleCRS sourceCRS, GeneralDerivedCRS targetCRS) Creates operations from an arbitrary single CRS to a derived coordinate reference system.Method parameters in org.apache.sis.referencing.operation with type arguments of type SingleCRSModifier and TypeMethodDescriptionprotected 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. -
Uses of SingleCRS in org.apache.sis.storage.aggregate
Methods in org.apache.sis.storage.aggregate with parameters of type SingleCRSModifier and TypeMethodDescriptionvoidCoverageAggregator.add(GridCoverage coverage, double lower, double span, SingleCRS crs) Adds the given coverage augmented with a single grid dimension.voidCoverageAggregator.add(GridCoverageResource resource, double lower, double span, SingleCRS crs) Adds the given resource augmented with a single grid dimension. -
Uses of SingleCRS in org.opengis.referencing.crs
Subinterfaces of SingleCRS in org.opengis.referencing.crsModifier and TypeInterfaceDescriptioninterfaceA 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.interfaceA 1D coordinate reference system used for the recording of time.interfaceA 1D coordinate reference system used for recording heights or depths.