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

Packages that use DNCObject
com.metsci.glimpse.charts.vector.display   
com.metsci.glimpse.charts.vector.display.examplesupport   
com.metsci.glimpse.charts.vector.iteration   
com.metsci.glimpse.charts.vector.parser   
com.metsci.glimpse.charts.vector.parser.objects   
com.metsci.glimpse.examples.charts.dnc   
 

Uses of DNCObject in com.metsci.glimpse.charts.vector.display
 

Methods in com.metsci.glimpse.charts.vector.display that return types with arguments of type DNCObject
 ContentHandler<DNCObject> DNCBasicSkinHelper.createAnnotationPainterSpec(AnnotationPainterSpec annotationSpec)
           
 Skin<DNCObject> DNCBasicSkinHelper.createDefaultHardCodedSkin()
           
 Skin<DNCObject> DNCBasicSkinHelper.createDefaultHardCodedSkin(ColorPalette colorPalette)
           
 StreamToGeoObjectConverter<DNCObject> DNCBasicSkinHelper.createGeoObjectLoader()
           
 

Methods in com.metsci.glimpse.charts.vector.display with parameters of type DNCObject
 boolean DNCBasicSkinHelper.isBestBoundaryType(DNCObject dnc)
           
 boolean DNCBasicSkinHelper.isSecondBestBoundaryType(DNCObject dnc)
           
 

Uses of DNCObject in com.metsci.glimpse.charts.vector.display.examplesupport
 

Methods in com.metsci.glimpse.charts.vector.display.examplesupport that return types with arguments of type DNCObject
static MapInfo<DNCObject> ResourceBasedMapInfo.createDNCMapInfo(java.lang.String resourceRoot, java.lang.String resourcePath)
           
 

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

Methods in com.metsci.glimpse.charts.vector.iteration that return DNCObject
 DNCObject DNCObjectLoader.readNext(java.io.DataInputStream dis)
           
 

Methods in com.metsci.glimpse.charts.vector.iteration with parameters of type DNCObject
 int DNCComparatorByFeatureName.compare(DNCObject d1, DNCObject d2)
           
 

Uses of DNCObject in com.metsci.glimpse.charts.vector.parser
 

Methods in com.metsci.glimpse.charts.vector.parser that return DNCObject
 DNCObject DNCObjectInterpreter.convertObject(GenericObject obj)
           
 

Methods in com.metsci.glimpse.charts.vector.parser that return types with arguments of type DNCObject
static MetsciGeoReader<DNCObject> MetsciGeoReader.createDNCReader(java.lang.String resourceName)
           
 java.util.Collection<DNCObject> MetsciDNCReader.getCollection()
           
 GeoFilterableRecordList<DNCObject> MetsciDNCReader.getGeoFilterableRecordList()
           
 

Method parameters in com.metsci.glimpse.charts.vector.parser with type arguments of type DNCObject
 void OGRToDNCParser.parseDNC(java.lang.String dncSourceDataDir, java.util.List<GenericObject> objList, java.util.List<DNCObject> dncList)
           
 

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

Methods in com.metsci.glimpse.charts.vector.parser.objects that return DNCObject
static DNCObject DNCObject.read(java.io.DataInput fin)
           
 

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

Uses of DNCObject in com.metsci.glimpse.examples.charts.dnc
 

Constructor parameters in com.metsci.glimpse.examples.charts.dnc with type arguments of type DNCObject
DNCObjectViewerExample(SwingGlimpseCanvas canvas, GeoProjection GeoProjection, GeoFilterableRecordList<DNCObject> sourceENCList)
           
 



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