Uses of Class
org.apache.sis.referencing.factory.IdentifiedObjectFinder.Domain
-
Packages that use IdentifiedObjectFinder.Domain Package Description org.apache.sis.referencing.factory 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.Domain Modifier and Type Method Description IdentifiedObjectFinder.Domain
IdentifiedObjectFinder. getSearchDomain()
Returns the domain of the search (for example whether to include deprecated objects in the search).static IdentifiedObjectFinder.Domain
IdentifiedObjectFinder.Domain. valueOf(String name)
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.Domain Modifier and Type Method Description void
IdentifiedObjectFinder. setSearchDomain(IdentifiedObjectFinder.Domain domain)
Sets the domain of the search (for example whether to include deprecated objects in the search).
-