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 CompoundCRSCRSAuthorityFactory.createCompoundCRS(String code) Returns a 3D coordinate reference system from a code.default CompoundCRSCRSFactory.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 voidValidatorContainer.validate(CompoundCRS object) Validates the given coordinate reference system.static voidValidators.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 throwsNoSuchAuthorityCodeExceptionunconditionally.Methods in org.opengis.test.referencing with parameters of type CompoundCRSModifier and TypeMethodDescriptionvoidCRSValidator.validate(CompoundCRS object) Validates the given coordinate reference system.