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

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

public class ENCShape
extends AbstractGeoShape


Constructor Summary
ENCShape()
           
 
Method Summary
static ENCShape read(java.io.DataInput fin)
           
 void write(java.io.DataOutputStream fout)
           
static void write(java.io.DataOutputStream fout, ENCShape 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

ENCShape

public ENCShape()
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,
                         ENCShape shape)
                  throws java.io.IOException
Throws:
java.io.IOException

read

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


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