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 class
RoleApplicationGrid
role for a feature collection containing gridded dataclass
RoleOutline
TODO: comment classclass
RolePointFeatures
Role for FeatureCollections that contain point geometries, onlyclass
RoleStandardFeatureCollection
Standard Role with no special capabilitiesclass
RoleTriangularIrregularNet
TODO: 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. roles
Methods in org.openjump.core.apitools.objecttyperoles that return FeatureCollectionRole Modifier and Type Method Description FeatureCollectionRole
PirolFeatureCollection. getRole(int roleId)
Check if this FeatureCollection has a role with the given IDFeatureCollectionRole
PirolFeatureCollection. getRole(FeatureCollectionRole role)
Check if this FeatureCollection has a role like the given oneFeatureCollectionRole
PirolFeatureCollection. 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 void
PirolFeatureCollection. addRole(FeatureCollectionRole role)
void
PirolFeatureCollection. addXmlRole(FeatureCollectionRole role)
for java2xmlboolean
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 onevoid
PirolFeatureCollection. 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 Layer
ExportLayerableEnvelopeAsGeometryPlugIn. 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 PirolFeatureCollection
MetaInformationHandler. createPirolFeatureCollection(FeatureCollection fc, FeatureCollectionRole role)
creates a PirolFeatureCollection out of a regular FeatureCollection
-