|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.catalog.lucene.Storeable com.esri.gpt.catalog.lucene.GeometryProperty
public class GeometryProperty
Represents the bounding envelope associated with a document.
Constructor Summary | |
---|---|
GeometryProperty(String name)
Constructs with a supplied name. |
Method Summary | |
---|---|
void |
appendForWrite(Document document)
Appends underlying fields to a document prior to writing the document to the index. |
void |
appendForWrite(Document document,
Object value)
Appends underlying fields to a document prior to writing the document to the index. |
protected Envelope |
readEnvelope(Document document)
Reads the envelope associated with a document. |
Methods inherited from class com.esri.gpt.catalog.lucene.Storeable |
---|
getComparisonField, getFields, getName, getRetrievalField, getTermsField, getValues, setComparisonField, setRetrievalField, setTermsField, setValue, setValues |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeometryProperty(String name)
name
- the property nameMethod Detail |
---|
public void appendForWrite(Document document)
appendForWrite
in class Storeable
document
- the Lucene documentpublic void appendForWrite(Document document, Object value)
appendForWrite
in class Storeable
document
- the Lucene documentvalue
- the input value to writeprotected Envelope readEnvelope(Document document)
document
- the Lucene document
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |