public class Index extends Object
Constructor and Description |
---|
Index(String typeName,
String indexName,
boolean unique,
Hints hints,
String... attributes) |
Index(String typeName,
String indexName,
boolean unique,
String... attributes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getAttributes()
An un-modifiable list of the attributes in the index
|
Hints |
getHints()
Retrieves the hints for this index.
|
String |
getIndexName()
The index name
|
String |
getTypeName()
The feature type owning this index
|
int |
hashCode() |
boolean |
isUnique()
True if the index is a unique one, false otherwise
|
String |
toString() |
public boolean isUnique()
public List<String> getAttributes()
public String getTypeName()
public String getIndexName()
public Hints getHints()
Copyright © 1996–2019 Geotools. All rights reserved.