org.n52.oxf.owsCommon.capabilities
Interface IBoundingBox

All Superinterfaces:
IValueDomain<IBoundingBox>
All Known Implementing Classes:
BoundingBox, BoundingBox2D, BoundingBox3D

public interface IBoundingBox
extends IValueDomain<IBoundingBox>

Author:
Arne Broering
See Also:
implementing class: org.n52.oxf.valueDomains.spatial.BoundingBox

Method Summary
 String getCRS()
           
 int getDimensions()
           
 double[] getLowerCorner()
           
 double[] getUpperCorner()
           
 
Methods inherited from interface org.n52.oxf.owsCommon.capabilities.IValueDomain
containsValue, getDomainDescription, produceValue, toXML
 

Method Detail

getCRS

String getCRS()
Returns:
Returns the cRS.

getLowerCorner

double[] getLowerCorner()
Returns:
Returns the lowerCorner.

getUpperCorner

double[] getUpperCorner()
Returns:
Returns the upperCorner.

getDimensions

int getDimensions()
Returns:
Returns the dimensions.


Copyright © 2005 - 2010 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.