org.n52.oxf.ows.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.ows.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 © 2012-2013 52north.org. All Rights Reserved.