com.metsci.glimpse.charts.vector.parser.objects
Interface GeoObject

All Known Implementing Classes:
DNCObject, ENCObject

public interface GeoObject

Common interface for an ENCObject/DNCObject

Author:
Cunningham

Method Summary
 GeoShape getFirstGeoShape()
           
 GeoAttribute getGeoAttribute(GeoAttributeType attributeType)
           
 GeoFeatureType getGeoFeatureType()
           
 GeoIntAttribute getGeoIntAttribute(GeoAttributeType attributeType)
           
 java.util.Collection<? extends GeoShape> getGeoShapes()
           
 

Method Detail

getGeoFeatureType

GeoFeatureType getGeoFeatureType()

getGeoAttribute

GeoAttribute getGeoAttribute(GeoAttributeType attributeType)

getGeoIntAttribute

GeoIntAttribute getGeoIntAttribute(GeoAttributeType attributeType)

getGeoShapes

java.util.Collection<? extends GeoShape> getGeoShapes()

getFirstGeoShape

GeoShape getFirstGeoShape()


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