Uses of Interface
org.opengis.referencing.ObjectDomain
Packages that use ObjectDomain
Package
Description
Base interfaces for reference systems by coordinates or by identifiers.
Coordinate operations (relationship between any two CRS).
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of ObjectDomain in org.opengis.referencing
Methods in org.opengis.referencing that return types with arguments of type ObjectDomainModifier and TypeMethodDescriptiondefault Collection
<ObjectDomain> IdentifiedObject.getDomains()
Returns the usage of this CRS-related object. -
Uses of ObjectDomain in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return types with arguments of type ObjectDomainModifier and TypeMethodDescriptiondefault Collection
<ObjectDomain> PassThroughOperation.getDomains()
Returns the usage of this CRS-related object. -
Uses of ObjectDomain in org.opengis.test
Methods in org.opengis.test with parameters of type ObjectDomainModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(ObjectDomain object) Tests the conformance of the given object. -
Uses of ObjectDomain in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type ObjectDomainModifier and TypeMethodDescriptionvoid
ReferencingValidator.validate
(ObjectDomain object) Ensures that the given domain has a scope and a domain of validity.