Uses of Enum
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
Fields in org.apache.sis.referencing.factory declared as IdentifiedObjectFinder.DomainModifier and TypeFieldDescriptionprivate IdentifiedObjectFinder.Domain
IdentifiedObjectFinder.domain
The domain of the search (for example whether to include deprecated objects in the search).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 type with the specified name.static IdentifiedObjectFinder.Domain[]
IdentifiedObjectFinder.Domain.values()
Returns an array containing the constants of this enum type, 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).void
MultiAuthoritiesFactory.Finder.setSearchDomain
(IdentifiedObjectFinder.Domain domain) Sets the domain of the search (for example whether to include deprecated objects in the search).