Uses of Enum Class
org.apache.sis.referencing.factory.IdentifiedObjectFinder.Domain
Packages that use IdentifiedObjectFinder.Domain
Package
Description
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
-
Uses of IdentifiedObjectFinder.Domain in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return IdentifiedObjectFinder.DomainModifier and TypeMethodDescriptionIdentifiedObjectFinder.getSearchDomain()
Returns the domain of the search (for example whether to include deprecated objects in the search).Returns the enum constant of this class with the specified name.static IdentifiedObjectFinder.Domain[]
IdentifiedObjectFinder.Domain.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sis.referencing.factory with parameters of type IdentifiedObjectFinder.DomainModifier and TypeMethodDescriptionvoid
IdentifiedObjectFinder.setSearchDomain
(IdentifiedObjectFinder.Domain domain) Sets the domain of the search (for example whether to include deprecated objects in the search).