com.metsci.glimpse.charts.vector.parser.attributes
Class ENCIntAttribute

java.lang.Object
  extended by com.metsci.glimpse.charts.vector.parser.attributes.ENCAbstractAttribute
      extended by com.metsci.glimpse.charts.vector.parser.attributes.ENCIntAttribute
All Implemented Interfaces:
GeoAttribute, GeoIntAttribute

public class ENCIntAttribute
extends ENCAbstractAttribute
implements GeoIntAttribute


Constructor Summary
ENCIntAttribute()
           
 
Method Summary
 ENCAttributeClass getAttributeClass()
           
 int getAttributeValue()
           
 java.lang.Object getAttributeValueAsObject()
           
 java.lang.String getAttributeValueAsString()
           
 ENCUnit getENCAttributeValueUnit()
           
static ENCIntAttribute read(java.io.DataInput fin)
           
 void setAttributeValue(int value, ENCUnit unit)
           
 
Methods inherited from class com.metsci.glimpse.charts.vector.parser.attributes.ENCAbstractAttribute
getAttributeType, getDescription, isNullValued, setAttributeType, toString, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.metsci.glimpse.charts.vector.parser.attributes.GeoAttribute
isNullValued
 

Constructor Detail

ENCIntAttribute

public ENCIntAttribute()
Method Detail

getAttributeValue

public int getAttributeValue()
Specified by:
getAttributeValue in interface GeoIntAttribute

getENCAttributeValueUnit

public ENCUnit getENCAttributeValueUnit()

setAttributeValue

public void setAttributeValue(int value,
                              ENCUnit unit)

getAttributeClass

public ENCAttributeClass getAttributeClass()
Specified by:
getAttributeClass in class ENCAbstractAttribute

getAttributeValueAsObject

public java.lang.Object getAttributeValueAsObject()
Specified by:
getAttributeValueAsObject in interface GeoAttribute
Specified by:
getAttributeValueAsObject in class ENCAbstractAttribute

getAttributeValueAsString

public java.lang.String getAttributeValueAsString()
Specified by:
getAttributeValueAsString in interface GeoAttribute
Specified by:
getAttributeValueAsString in class ENCAbstractAttribute

read

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


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