public interface Extent
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).| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Return the name of this extent.
|
boolean |
isInside(double[] coord)
Return wether coord is inside this Extent or not.
|
String getName()
boolean isInside(double[] coord)
Copyright © 2019 CNRS. All rights reserved.