org.deegree.services
Interface Extent

All Known Subinterfaces:
DoubleExtent, TimeExtent
All Known Implementing Classes:
DoubleExtent_Impl, TimeExtent_Impl

public interface Extent

Version:
$Revision: 1.2 $ $Date: 2004/02/09 07:57:02 $
Author:
Andreas Poth

Method Summary
 java.util.List getList()
          Used for listed extents
 int getListLength()
          Used for listed extents
 boolean isMulti()
           
 boolean isPeriodic()
           
 boolean isSingle()
           
 

Method Detail

isSingle

public boolean isSingle()
Returns:

isMulti

public boolean isMulti()
Returns:

isPeriodic

public boolean isPeriodic()
Returns:

getList

public java.util.List getList()
Used for listed extents


getListLength

public int getListLength()
Used for listed extents