Uses of Interface
org.opengis.referencing.crs.CoordinateReferenceSystem
-
Packages that use CoordinateReferenceSystem Package Description org.opengis.geometry org.opengis.referencing.crs org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). -
-
Uses of CoordinateReferenceSystem in org.opengis.geometry
Methods in org.opengis.geometry that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemDirectPosition. getCoordinateReferenceSystem()The coordinate reference system in which the coordinate tuple is given.CoordinateReferenceSystemEnvelope. getCoordinateReferenceSystem()Returns the envelope coordinate reference system, ornullif unknown. -
Uses of CoordinateReferenceSystem in org.opengis.referencing.crs
Subinterfaces of CoordinateReferenceSystem in org.opengis.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 CRS but is not a projected CRS.interfaceEngineeringCRSA 1-, 2- or 3-dimensional contextually local coordinate reference system.interfaceGeneralDerivedCRSA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system.interfaceGeocentricCRSA 3-dimensional coordinate reference system with the origin at the approximate centre of mass of the earth.interfaceGeodeticCRSA 2- or 3-dimensional coordinate reference system associated with a geodetic datum.interfaceGeographicCRSA 2- or 3-dimensional coordinate reference system based on an ellipsoidal approximation of the geoid.interfaceImageCRSA 2-dimensional engineering coordinate reference system applied to locations in images.interfaceParametricCRSA 1-dimensional coordinate reference system which uses parameter values or functions.interfaceProjectedCRSA 2-dimensional coordinate reference system used to approximate the shape of the earth on a planar surface.interfaceSingleCRSBase type of coordinate systems related to an object by a datum.interfaceTemporalCRSA 1-dimensional coordinate reference system used for the recording of time.interfaceVerticalCRSA 1-dimensional coordinate reference system used for recording heights or depths.Methods in org.opengis.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 Well-Known Text.CoordinateReferenceSystemCRSFactory. createFromXML(String xml)Creates a coordinate reference system object from a GML string.CoordinateReferenceSystemGeneralDerivedCRS. getBaseCRS()Returns the base coordinate reference system.Methods in org.opengis.referencing.crs that return types with arguments of type CoordinateReferenceSystem Modifier and Type Method Description List<CoordinateReferenceSystem>CompoundCRS. getComponents()The ordered list of coordinate reference systems.Methods in org.opengis.referencing.crs with parameters of type CoordinateReferenceSystem Modifier and Type Method Description CompoundCRSCRSFactory. createCompoundCRS(Map<String,?> properties, CoordinateReferenceSystem... components)Creates a compound coordinate reference system from an ordered list ofCoordinateReferenceSysteminstances.DerivedCRSCRSFactory. 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 CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemConversion. getSourceCRS()Returns the source CRS.CoordinateReferenceSystemCoordinateOperation. getSourceCRS()Returns the source CRS.CoordinateReferenceSystemProjection. getSourceCRS()Returns the source CRS, which must be geographic ornull.CoordinateReferenceSystemTransformation. getSourceCRS()Returns the source CRS.CoordinateReferenceSystemConversion. getTargetCRS()Returns the target CRS.CoordinateReferenceSystemCoordinateOperation. getTargetCRS()Returns the target CRS.CoordinateReferenceSystemProjection. getTargetCRS()Returns the target CRS, which must be projected ornull.CoordinateReferenceSystemTransformation. getTargetCRS()Returns the target CRS.Methods in org.opengis.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.
-