Package | Description |
---|---|
org.apache.sis.referencing.factory |
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
IdentifiedObjectFinder.setSearchDomain(IdentifiedObjectFinder.Domain domain)
Sets the domain of the search (for example whether to include deprecated objects in the search).
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.