Uses of Class
org.openjump.core.apitools.objecttyperoles.FeatureCollectionRole
Packages that use FeatureCollectionRole
Package
Description
-
Uses of FeatureCollectionRole in org.openjump.core.apitools
Methods in org.openjump.core.apitools with parameters of type FeatureCollectionRoleModifier and TypeMethodDescriptionstatic LayerLayerTools.addAndSelectStandardResultLayer(String title, FeatureCollection featCollection, PlugInContext context, FeatureCollectionRole role) static LayerLayerTools.addAndSelectStandardResultLayer(String title, FeatureCollection featCollection, Color color, PlugInContext context, FeatureCollectionRole role) static LayerLayerTools.addStandardResultLayer(String title, FeatureCollection featCollection, PlugInContext context, FeatureCollectionRole role) static LayerLayerTools.addStandardResultLayer(String title, FeatureCollection featCollection, Color color, PlugInContext context, boolean select, FeatureCollectionRole role) static LayerLayerTools.addStandardResultLayer(String title, FeatureCollection featCollection, Color color, PlugInContext context, FeatureCollectionRole role) LayerTools.addStandardResultLayer(String title, FeatureCollection featCollection, FeatureCollectionRole role) -
Uses of FeatureCollectionRole in org.openjump.core.apitools.objecttyperoles
Subclasses of FeatureCollectionRole in org.openjump.core.apitools.objecttyperolesModifier and TypeClassDescriptionclassrole for a feature collection containing gridded dataclassTODO: comment classclassRole for FeatureCollections that contain point geometries, onlyclassStandard Role with no special capabilitiesclassTODO: comment class
Last change by $Author$ on $Date$Fields in org.openjump.core.apitools.objecttyperoles declared as FeatureCollectionRoleMethods in org.openjump.core.apitools.objecttyperoles that return FeatureCollectionRoleModifier and TypeMethodDescriptionPirolFeatureCollection.getRole(int roleId) Check if this FeatureCollection has a role with the given IDPirolFeatureCollection.getRole(FeatureCollectionRole role) Check if this FeatureCollection has a role like the given onePirolFeatureCollection.getRole(FeatureCollectionRoleTypes role) Check if this FeatureCollection has a role like the given onePirolFeatureCollection.getRoles()Methods in org.openjump.core.apitools.objecttyperoles with parameters of type FeatureCollectionRoleModifier and TypeMethodDescriptionvoidPirolFeatureCollection.addRole(FeatureCollectionRole role) voidPirolFeatureCollection.addXmlRole(FeatureCollectionRole role) for java2xmlbooleanFeatureCollectionRole.equalsRole(FeatureCollectionRole role) Check if this role is the same type of role as the given one.PirolFeatureCollection.getRole(FeatureCollectionRole role) Check if this FeatureCollection has a role like the given onevoidPirolFeatureCollection.removeRole(FeatureCollectionRole role) Constructors in org.openjump.core.apitools.objecttyperoles with parameters of type FeatureCollectionRoleModifierConstructorDescriptionPirolFeatureCollection(FeatureCollection featureDataSet, FeatureCollectionRole initRole) -
Uses of FeatureCollectionRole in org.openjump.core.ui.plugin.layer
Methods in org.openjump.core.ui.plugin.layer with parameters of type FeatureCollectionRoleModifier and TypeMethodDescriptionstatic LayerExportLayerableEnvelopeAsGeometryPlugIn.addLayer(String title, FeatureCollection featCollection, PlugInContext context, FeatureCollectionRole role, Color color) -
Uses of FeatureCollectionRole in org.openjump.util.metaData
Methods in org.openjump.util.metaData with parameters of type FeatureCollectionRoleModifier and TypeMethodDescriptionstatic PirolFeatureCollectionMetaInformationHandler.createPirolFeatureCollection(FeatureCollection fc, FeatureCollectionRole role) creates a PirolFeatureCollection out of a regular FeatureCollection