Uses of Interface
org.opengis.referencing.cs.UserDefinedCS
Packages that use UserDefinedCS
Package
Description
Coordinate systems and their
axis.
Base classes for validators and test suites for all GeoAPI objects.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of UserDefinedCS in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that return UserDefinedCSModifier and TypeMethodDescriptionCSFactory.createUserDefinedCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two-dimensional user defined coordinate system.CSFactory.createUserDefinedCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three-dimensional user defined coordinate system. -
Uses of UserDefinedCS in org.opengis.test
Methods in org.opengis.test with parameters of type UserDefinedCSModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(UserDefinedCS object) Tests the conformance of the given object.static void
Validators.validate
(UserDefinedCS object) Tests the conformance of the given object. -
Uses of UserDefinedCS in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type UserDefinedCSModifier and TypeMethodDescriptionvoid
CSValidator.validate
(UserDefinedCS object) Validates the given coordinate system.