Uses of Interface
org.opengis.referencing.cs.UserDefinedCS
Package
Description
Coordinate Systems and their axes.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of UserDefinedCS in org.opengis.referencing.cs
Modifier and TypeMethodDescriptiondefault UserDefinedCS
CSFactory.createUserDefinedCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Deprecated.User-defined CS needs their own constructor for instantiating their specialized type.default UserDefinedCS
CSFactory.createUserDefinedCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Deprecated.User-defined CS needs their own constructor for instantiating their specialized type. -
Uses of UserDefinedCS in org.opengis.test
Modifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(UserDefinedCS object) Deprecated.static void
Validators.validate
(UserDefinedCS object) Deprecated. -
Uses of UserDefinedCS in org.opengis.test.referencing