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 TypeMethodDescriptionvoidCS_ParametricCS.setElement(DefaultParametricCS cs) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected CS_ParametricCSCS_ParametricCS.wrap(DefaultParametricCS cs) Invoked byPropertyTypeat marshalling time for wrapping the given value in a<gml:ParametricCS>XML element. -
Uses of DefaultParametricCS in org.apache.sis.referencing.crs
Methods in org.apache.sis.referencing.crs that return DefaultParametricCSModifier and TypeMethodDescriptionDefaultParametricCRS.getCoordinateSystem()Returns the coordinate system.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. -
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 DefaultParametricCSModifierConstructorDescriptionprotectedCreates 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.