Uses of Interface
org.opengis.referencing.crs.CompoundCRS
Packages that use CompoundCRS
Package
Description
Reference systems by coordinates.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of CompoundCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return CompoundCRSModifier and TypeMethodDescriptiondefault CompoundCRS
CRSAuthorityFactory.createCompoundCRS
(String code) Returns a 3D coordinate reference system from a code.default CompoundCRS
CRSFactory.createCompoundCRS
(Map<String, ?> properties, CoordinateReferenceSystem... components) Creates a compound CRS from an ordered sequence of components. -
Uses of CompoundCRS in org.opengis.test
Methods in org.opengis.test with parameters of type CompoundCRSModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(CompoundCRS object) Validates the given coordinate reference system.static void
Validators.validate
(CompoundCRS object) Validates the given coordinate reference system. -
Uses of CompoundCRS in org.opengis.test.referencing
Methods in org.opengis.test.referencing that return CompoundCRSModifier and TypeMethodDescriptionPseudoEpsgFactory.createCompoundCRS
(String code) The default implementation throwsNoSuchAuthorityCodeException
unconditionally.Methods in org.opengis.test.referencing with parameters of type CompoundCRSModifier and TypeMethodDescriptionvoid
CRSValidator.validate
(CompoundCRS object) Validates the given coordinate reference system.