Class RoleApplicationGrid
- java.lang.Object
-
- org.openjump.core.apitools.objecttyperoles.FeatureCollectionRole
-
- org.openjump.core.apitools.objecttyperoles.RoleApplicationGrid
-
public class RoleApplicationGrid extends FeatureCollectionRole
role for a feature collection containing gridded data- Version:
- $Rev: 2434 $ [sstein] - 22.Feb.2009 - modified to work in OpenJUMP
- Author:
- Ole Rahn
FH Osnabrück - University of Applied Sciences Osnabrück,
Project: PIROL (2005),
Subproject: Daten- und Wissensmanagement
-
-
Field Summary
-
Fields inherited from class org.openjump.core.apitools.objecttyperoles.FeatureCollectionRole
numOfExistentRoles, type
-
-
Constructor Summary
Constructors Constructor Description RoleApplicationGrid()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsGrid()
-
Methods inherited from class org.openjump.core.apitools.objecttyperoles.FeatureCollectionRole
clearRam, containsImage, equalsRole, equalsRole, equalsRole, getRoleId, getType
-
-
-
-
Method Detail
-
containsGrid
public boolean containsGrid()
- Overrides:
containsGrid
in classFeatureCollectionRole
- Returns:
- true if it contains gridded data (e.g. grid layer), else false
-
-