com.metsci.glimpse.charts.vector.parser.objects
Class DNCShape

java.lang.Object
  extended by com.metsci.glimpse.charts.vector.parser.objects.AbstractGeoShape
      extended by com.metsci.glimpse.charts.vector.parser.objects.DNCShape
All Implemented Interfaces:
GeoShape

public class DNCShape
extends AbstractGeoShape


Constructor Summary
DNCShape()
           
 
Method Summary
static DNCShape read(java.io.DataInput fin)
           
 void write(java.io.DataOutputStream fout)
           
static void write(java.io.DataOutputStream fout, DNCShape shape)
           
 
Methods inherited from class com.metsci.glimpse.charts.vector.parser.objects.AbstractGeoShape
getNumCoordinates, getPointSize, getRawVertexArray, getShapeType, getVertex, getVertexes, passSanityCheck, setPointSize, setShapeType, setVertexPoints, write, write0
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DNCShape

public DNCShape()
Method Detail

write

public void write(java.io.DataOutputStream fout)
           throws java.io.IOException
Specified by:
write in interface GeoShape
Overrides:
write in class AbstractGeoShape
Throws:
java.io.IOException

write

public static void write(java.io.DataOutputStream fout,
                         DNCShape shape)
                  throws java.io.IOException
Throws:
java.io.IOException

read

public static DNCShape read(java.io.DataInput fin)
                     throws java.io.IOException
Throws:
java.io.IOException


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