Uses of Class
org.openjump.core.apitools.objecttyperoles.FeatureCollectionRole
-
Packages that use FeatureCollectionRole Package Description org.openjump.core.apitools org.openjump.core.apitools.objecttyperoles org.openjump.core.ui.plugin.layer org.openjump.util.metaData -
-
Uses of FeatureCollectionRole in org.openjump.core.apitools
-
Uses of FeatureCollectionRole in org.openjump.core.apitools.objecttyperoles
Subclasses of FeatureCollectionRole in org.openjump.core.apitools.objecttyperoles Modifier and Type Class Description classRoleApplicationGridrole for a feature collection containing gridded dataclassRoleOutlineTODO: comment classclassRolePointFeaturesRole for FeatureCollections that contain point geometries, onlyclassRoleStandardFeatureCollectionStandard Role with no special capabilitiesclassRoleTriangularIrregularNetTODO: comment class
Last change by $Author$ on $Date$Fields in org.openjump.core.apitools.objecttyperoles declared as FeatureCollectionRole Modifier and Type Field Description protected FeatureCollectionRole[]PirolFeatureCollection. rolesMethods in org.openjump.core.apitools.objecttyperoles that return FeatureCollectionRole Modifier and Type Method Description FeatureCollectionRolePirolFeatureCollection. getRole(int roleId)Check if this FeatureCollection has a role with the given IDFeatureCollectionRolePirolFeatureCollection. getRole(FeatureCollectionRole role)Check if this FeatureCollection has a role like the given oneFeatureCollectionRolePirolFeatureCollection. getRole(FeatureCollectionRoleTypes role)Check if this FeatureCollection has a role like the given oneFeatureCollectionRole[]PirolFeatureCollection. getRoles()Methods in org.openjump.core.apitools.objecttyperoles with parameters of type FeatureCollectionRole Modifier and Type Method Description voidPirolFeatureCollection. 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.FeatureCollectionRolePirolFeatureCollection. 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 FeatureCollectionRole Constructor Description PirolFeatureCollection(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 FeatureCollectionRole Modifier and Type Method Description static 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 FeatureCollectionRole Modifier and Type Method Description static PirolFeatureCollectionMetaInformationHandler. createPirolFeatureCollection(FeatureCollection fc, FeatureCollectionRole role)creates a PirolFeatureCollection out of a regular FeatureCollection
-