Package ucar.nc2.ui.gis
Interface GisPart
-
- All Known Implementing Classes:
ContourLine
public interface GisPart
An interface for simple GIS parts, (analogous to ESRI Shapefile parts).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-