Uses of Class
org.apache.sis.referencing.cs.DefaultParametricCS
Packages that use DefaultParametricCS
Package
Description
JAXB adapters for referencing.
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
-
Uses of DefaultParametricCS in org.apache.sis.internal.jaxb.referencing
Methods in org.apache.sis.internal.jaxb.referencing that return DefaultParametricCSModifier and TypeMethodDescriptionCS_ParametricCS.getElement()
Invoked by JAXB at marshalling time for getting the actual element to write inside the<gml:ParametricCS>
XML element.Methods in org.apache.sis.internal.jaxb.referencing that return types with arguments of type DefaultParametricCSModifier and TypeMethodDescriptionprotected Class<DefaultParametricCS>
CS_ParametricCS.getBoundType()
Returns the GeoAPI interface which is bound by this adapter.Methods in org.apache.sis.internal.jaxb.referencing with parameters of type DefaultParametricCSModifier and TypeMethodDescriptionvoid
CS_ParametricCS.setElement
(DefaultParametricCS cs) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected CS_ParametricCS
CS_ParametricCS.wrap
(DefaultParametricCS cs) Invoked byPropertyType
at marshalling time for wrapping the given value in a<gml:ParametricCS>
XML element.Constructors in org.apache.sis.internal.jaxb.referencing with parameters of type DefaultParametricCSModifierConstructorDescriptionprivate
Constructor for theCS_ParametricCS.wrap(org.apache.sis.referencing.cs.DefaultParametricCS)
method only. -
Uses of DefaultParametricCS in org.apache.sis.referencing.crs
Methods in org.apache.sis.referencing.crs that return DefaultParametricCSModifier and TypeMethodDescriptionDefaultDerivedCRS.Parametric.getCoordinateSystem()
Returns the coordinate system given at construction time.DefaultParametricCRS.getCoordinateSystem()
Returns the coordinate system.Methods in org.apache.sis.referencing.crs with parameters of type DefaultParametricCSModifier and TypeMethodDescriptionprivate void
DefaultParametricCRS.setCoordinateSystem
(DefaultParametricCS cs) Used by JAXB only (invoked by reflection).Constructors in org.apache.sis.referencing.crs with parameters of type DefaultParametricCSModifierConstructorDescriptionDefaultParametricCRS
(Map<String, ?> properties, DefaultParametricDatum datum, DefaultParametricCS cs) Creates a coordinate reference system from the given properties, datum and coordinate system.(package private)
Parametric
(Map<String, ?> properties, ParametricCRS baseCRS, org.opengis.referencing.crs.CoordinateReferenceSystem interpolationCRS, org.opengis.referencing.operation.OperationMethod method, org.opengis.referencing.operation.MathTransform baseToDerived, DefaultParametricCS derivedCS) Creates a new parametric CRS from the given properties.(package private)
Parametric
(Map<String, ?> properties, ParametricCRS baseCRS, org.opengis.referencing.operation.Conversion conversion, DefaultParametricCS derivedCS) Creates a new parametric CRS from the given properties. -
Uses of DefaultParametricCS in org.apache.sis.referencing.cs
Methods in org.apache.sis.referencing.cs that return DefaultParametricCSModifier and TypeMethodDescriptionDefaultParametricCS.forConvention
(AxesConvention convention) Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.Constructors in org.apache.sis.referencing.cs with parameters of type DefaultParametricCSModifierConstructorDescriptionprotected
Creates a new coordinate system with the same values than the specified one. -
Uses of DefaultParametricCS in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return DefaultParametricCSModifier and TypeMethodDescriptionGeodeticAuthorityFactory.createParametricCS
(String code) Creates a 1-dimensional parametric coordinate system.GeodeticObjectFactory.createParametricCS
(Map<String, ?> properties, org.opengis.referencing.cs.CoordinateSystemAxis axis) Creates a parametric coordinate system.Methods in org.apache.sis.referencing.factory with parameters of type DefaultParametricCSModifier and TypeMethodDescriptionGeodeticObjectFactory.createParametricCRS
(Map<String, ?> properties, DefaultParametricDatum datum, DefaultParametricCS cs) Creates a parametric coordinate reference system.