com.esri.aims.mtier.model.metadata.query
Class EnvelopeCollection

java.lang.Object
  extended by com.esri.aims.mtier.model.metadata.query.EnvelopeCollection
All Implemented Interfaces:
Serializable

public class EnvelopeCollection
extends Object
implements Serializable

Defines a collection of Envelopes.

See Also:
Serialized Form

Constructor Summary
EnvelopeCollection()
          Constructs an instance of an EnvelopeCollection object.
 
Method Summary
 boolean addEnvelope(Envelope envelope)
          Adds the given Envelope to this collection.
 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

EnvelopeCollection

public EnvelopeCollection()
Constructs an instance of an EnvelopeCollection object.

Method Detail

addEnvelope

public boolean addEnvelope(Envelope envelope)
Adds the given Envelope to this collection.

Parameters:
envelope - the Envelope object to add

size

public int size()
Returns the size of this collection.


getEnvelopeElements

public Element[] getEnvelopeElements()
Returns an array of all Envelope elements.