org.cts.cs
Interface Extent

All Known Implementing Classes:
GeographicExtent

public interface Extent

An Extent defines a part of an infinite n-dimension space thanks to a method returning true for any set of coordinates lying inside this part and false for coordinates lying outside (input coordinates must be an array of n doubles).

Author:
Michaƫl Michaud

Method Summary
 String getName()
          Return the name of this extent.
 boolean isInside(double[] coord)
          Return wether coord is inside this Extent or not.
 

Method Detail

getName

String getName()
Return the name of this extent.


isInside

boolean isInside(double[] coord)
Return wether coord is inside this Extent or not. It's up to the user to check consistency between coord and extent type.



Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.