Uses of Class
org.meteoinfo.shape.Polyline
-
Packages that use Polyline Package Description org.meteoinfo.geoprocess org.meteoinfo.shape -
-
Uses of Polyline in org.meteoinfo.geoprocess
Methods in org.meteoinfo.geoprocess with parameters of type Polyline Modifier and Type Method Description static java.util.List<GridLabel>GeoComputation. getGridLabels(Polyline inPolyLine, Extent clipExtent, boolean isVertical)Get grid labels of a polylinestatic java.util.List<GridLabel>GeoComputation. getGridLabels_StraightLine(Polyline inPolyLine, Extent clipExtent, boolean isVertical)Get grid labels of a straight line -
Uses of Polyline in org.meteoinfo.shape
Subclasses of Polyline in org.meteoinfo.shape Modifier and Type Class Description classPolylineZMethods in org.meteoinfo.shape that return types with arguments of type Polyline Modifier and Type Method Description java.util.List<? extends Polyline>PolylineShape. getPolylines()Get polylinesMethod parameters in org.meteoinfo.shape with type arguments of type Polyline Modifier and Type Method Description voidPolylineShape. setPolylines(java.util.List<? extends Polyline> polylines)
-