Uses of Interface
com.metsci.glimpse.charts.vector.parser.objects.GeoShape

Packages that use GeoShape
com.metsci.glimpse.charts.vector.painter   
com.metsci.glimpse.charts.vector.parser.objects   
 

Uses of GeoShape in com.metsci.glimpse.charts.vector.painter
 

Methods in com.metsci.glimpse.charts.vector.painter with parameters of type GeoShape
static java.util.List<Point> EncPainterUtils.convertGeoVertexesToPoints(GeoProjection projection, GeoShape shape, int trackId)
           
static double[] EncPainterUtils.convertGeoVertexesToSingleXYArray(GeoProjection projection, GeoShape shape)
           
 

Uses of GeoShape in com.metsci.glimpse.charts.vector.parser.objects
 

Classes in com.metsci.glimpse.charts.vector.parser.objects that implement GeoShape
 class AbstractGeoShape
          Stores all the vertex information for a ENC/DNC object
 class DNCShape
           
 class ENCShape
           
 

Methods in com.metsci.glimpse.charts.vector.parser.objects that return GeoShape
 GeoShape GeoObject.getFirstGeoShape()
           
 GeoShape ENCObject.getFirstGeoShape()
           
 GeoShape DNCObject.getFirstGeoShape()
           
 

Methods in com.metsci.glimpse.charts.vector.parser.objects that return types with arguments of type GeoShape
 java.util.Collection<? extends GeoShape> GeoObject.getGeoShapes()
           
 java.util.Collection<? extends GeoShape> ENCObject.getGeoShapes()
           
 java.util.Collection<? extends GeoShape> DNCObject.getGeoShapes()
           
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.