|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.esri.aims.mtier.model.metadata.query.EnvelopeCollection
Defines a collection of Envelopes.
Constructor Summary | |
EnvelopeCollection()
Constructs an instance of an EnvelopeCollection object. |
Method Summary | |
boolean |
addEnvelope(Envelope envelope)
Adds the given Envelope to this collection. |
com.esri.w3c.dom.Element[] |
getEnvelopeElements()
Returns an array of all Envelope elements. |
int |
size()
Returns the size of this collection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EnvelopeCollection()
Method Detail |
public boolean addEnvelope(Envelope envelope)
envelope
- the Envelope object to addpublic int size()
public com.esri.w3c.dom.Element[] getEnvelopeElements()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |