Package ucar.unidata.gis
Interface GisPart
public interface GisPart
An interface for simple GIS parts, (analogous to ESRI Shapefile parts).
- Version:
- $Revision: 1.7 $ $Date: 2005/05/13 18:29:33 $
- Author:
- Russ Rew
-
Method Details
-
getNumPoints
int getNumPoints()Get number of points in this part.- Returns:
- number of points in this part.
-
getX
double[] getX()Get x coordinates for this part.- Returns:
- array of x coordinates.
-
getY
double[] getY()Get y coordinates for this part.- Returns:
- array of y coordinates.
-