Uses of Class
org.apache.sis.internal.referencing.DefinitionVerifier
Packages that use DefinitionVerifier
Package
Description
A set of helper classes for the SIS implementation.
-
Uses of DefinitionVerifier in org.apache.sis.internal.referencing
Methods in org.apache.sis.internal.referencing that return DefinitionVerifierModifier and TypeMethodDescriptionstatic DefinitionVerifierDefinitionVerifier.compare(org.opengis.referencing.crs.CoordinateReferenceSystem crs, org.opengis.referencing.crs.CoordinateReferenceSystem authoritative, Locale locale) Compares the given CRS with an authoritative definition of that CRS.static DefinitionVerifierDefinitionVerifier.withAuthority(org.opengis.referencing.crs.CoordinateReferenceSystem crs, org.opengis.referencing.crs.CRSAuthorityFactory factory, boolean lookup, Locale locale) Compares the given CRS description with the authoritative description.