Package ucar.nc2.ui.gis
Interface GisPart
-
- All Known Implementing Classes:
ContourLine
public interface GisPartAn interface for simple GIS parts, (analogous to ESRI Shapefile parts).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNumPoints()Get number of points in this part.double[]getX()Get x coordinates for this part.double[]getY()Get y coordinates for this part.
-