Uses of Class
org.openjump.core.apitools.objecttyperoles.FeatureCollectionRole

Packages that use FeatureCollectionRole
org.openjump.core.apitools   
org.openjump.core.apitools.objecttyperoles   
org.openjump.util.metaData   
 

Uses of FeatureCollectionRole in org.openjump.core.apitools
 

Methods in org.openjump.core.apitools with parameters of type FeatureCollectionRole
static Layer LayerTools.addAndSelectStandardResultLayer(java.lang.String title, FeatureCollection featCollection, java.awt.Color color, PlugInContext context, FeatureCollectionRole role)
           
static Layer LayerTools.addAndSelectStandardResultLayer(java.lang.String title, FeatureCollection featCollection, PlugInContext context, FeatureCollectionRole role)
           
static Layer LayerTools.addStandardResultLayer(java.lang.String title, FeatureCollection featCollection, java.awt.Color color, PlugInContext context, boolean select, FeatureCollectionRole role)
           
static Layer LayerTools.addStandardResultLayer(java.lang.String title, FeatureCollection featCollection, java.awt.Color color, PlugInContext context, FeatureCollectionRole role)
           
 Layer LayerTools.addStandardResultLayer(java.lang.String title, FeatureCollection featCollection, FeatureCollectionRole role)
           
static Layer LayerTools.addStandardResultLayer(java.lang.String title, FeatureCollection featCollection, PlugInContext context, FeatureCollectionRole role)
           
 

Uses of FeatureCollectionRole in org.openjump.core.apitools.objecttyperoles
 

Subclasses of FeatureCollectionRole in org.openjump.core.apitools.objecttyperoles
 class RoleApplicationGrid
          role for a feature collection containing gridded data
 class RoleOutline
          TODO: comment class
 class RolePointFeatures
          Role for FeatureCollections that contain point geometries, only
 class RoleStandardFeatureCollection
          Standard Role with no special capabilities
 class RoleTriangularIrregularNet
          TODO: comment class

Last change by $Author$ on $Date$
 

Fields in org.openjump.core.apitools.objecttyperoles declared as FeatureCollectionRole
protected  FeatureCollectionRole[] PirolFeatureCollection.roles
           
 

Methods in org.openjump.core.apitools.objecttyperoles that return FeatureCollectionRole
 FeatureCollectionRole PirolFeatureCollection.getRole(FeatureCollectionRole role)
          Check if this FeatureCollection has a role like the given one
 FeatureCollectionRole PirolFeatureCollection.getRole(FeatureCollectionRoleTypes role)
          Check if this FeatureCollection has a role like the given one
 FeatureCollectionRole PirolFeatureCollection.getRole(int roleId)
          Check if this FeatureCollection has a role with the given ID
 FeatureCollectionRole[] PirolFeatureCollection.getRoles()
           
 

Methods in org.openjump.core.apitools.objecttyperoles with parameters of type FeatureCollectionRole
 void PirolFeatureCollection.addRole(FeatureCollectionRole role)
           
 void PirolFeatureCollection.addXmlRole(FeatureCollectionRole role)
          for java2xml
 boolean FeatureCollectionRole.equalsRole(FeatureCollectionRole role)
          Check if this role is the same type of role as the given one.
 FeatureCollectionRole PirolFeatureCollection.getRole(FeatureCollectionRole role)
          Check if this FeatureCollection has a role like the given one
 void PirolFeatureCollection.removeRole(FeatureCollectionRole role)
           
 

Constructors in org.openjump.core.apitools.objecttyperoles with parameters of type FeatureCollectionRole
PirolFeatureCollection(FeatureCollection featureDataSet, FeatureCollectionRole initRole)
           
 

Uses of FeatureCollectionRole in org.openjump.util.metaData
 

Methods in org.openjump.util.metaData with parameters of type FeatureCollectionRole
static PirolFeatureCollection MetaInformationHandler.createPirolFeatureCollection(FeatureCollection fc, FeatureCollectionRole role)
          creates a PirolFeatureCollection out of a regular FeatureCollection