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

All Known Implementing Classes:
DNCFeatureCode, ENCObjectType

public interface GeoFeatureType

Common interface for a DNCFeatureCode and an ENCObjectType

Author:
john

Method Summary
 java.lang.String asKey()
          Form to read and write from skin file, which is name() for enc and code() for dnc.
 java.lang.String code()
          In code form - unique, small, concise String
 int getNumFeatures()
           
 java.lang.String name()
          In text form, still somewhat small and unique, but more descriptive than code
 int ordinal()
           
 

Method Detail

code

java.lang.String code()
In code form - unique, small, concise String

Returns:

name

java.lang.String name()
In text form, still somewhat small and unique, but more descriptive than code

Returns:

asKey

java.lang.String asKey()
Form to read and write from skin file, which is name() for enc and code() for dnc.

Returns:

ordinal

int ordinal()

getNumFeatures

int getNumFeatures()


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