Uses of Class
com.metsci.glimpse.charts.vector.parser.objects.ENCObjectType

Packages that use ENCObjectType
com.metsci.glimpse.charts.vector.iteration   
com.metsci.glimpse.charts.vector.parser.objects   
 

Uses of ENCObjectType in com.metsci.glimpse.charts.vector.iteration
 

Methods in com.metsci.glimpse.charts.vector.iteration with parameters of type ENCObjectType
 GeoFilterByFeatureCode.ENCFilterBuilder GeoFilterByFeatureCode.ENCFilterBuilder.addType(ENCObjectType type)
           
 GeoFilterByFeatureCode.ENCFilterBuilder GeoFilterByFeatureCode.ENCFilterBuilder.addTypes(ENCObjectType... types)
           
 GeoFilterByFeatureCode.ENCFilterBuilder GeoFilterByFeatureCode.ENCFilterBuilder.removeType(ENCObjectType type)
           
 GeoFilterByFeatureCode.ENCFilterBuilder GeoFilterByFeatureCode.ENCFilterBuilder.removeTypes(ENCObjectType... types)
           
 

Constructor parameters in com.metsci.glimpse.charts.vector.iteration with type arguments of type ENCObjectType
GeoFilterByFeatureCode.ENCFilterBuilder(java.util.Set<ENCObjectType> objectTypeSet)
           
 

Uses of ENCObjectType in com.metsci.glimpse.charts.vector.parser.objects
 

Methods in com.metsci.glimpse.charts.vector.parser.objects that return ENCObjectType
static ENCObjectType ENCObjectType.getInstance(int c)
           
 ENCObjectType ENCObject.getObjectType()
           
static ENCObjectType ENCObjectType.read(java.io.DataInput fin)
           
static ENCObjectType ENCObjectType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ENCObjectType[] ENCObjectType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.metsci.glimpse.charts.vector.parser.objects with parameters of type ENCObjectType
 void ENCObject.setObjectType(ENCObjectType type)
           
static void ENCObjectType.write(java.io.DataOutputStream fout, ENCObjectType obj)
           
 



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