thredds.datamodel.gis
Interface GisPart


public interface GisPart

An interface for simple GIS parts, (analogous to ESRI Shapefile parts).

Version:
$Revision:63 $ $Date:2006-07-12 21:50:51Z $
Author:
Russ Rew

Method Summary
 int getNumPoints()
          Get number of points in this part.
 double[] getX()
          Get x coordinates for this part.
 double[] getY()
          Get y coordinates for this part.
 

Method Detail

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.