Uses of Class
org.openjump.core.apitools.objecttyperoles.FeatureCollectionRoleTypes
-
Packages that use FeatureCollectionRoleTypes Package Description org.openjump.core.apitools.objecttyperoles -
-
Uses of FeatureCollectionRoleTypes in org.openjump.core.apitools.objecttyperoles
Fields in org.openjump.core.apitools.objecttyperoles declared as FeatureCollectionRoleTypes Modifier and Type Field Description protected FeatureCollectionRoleTypes
FeatureCollectionRole. type
Methods in org.openjump.core.apitools.objecttyperoles that return FeatureCollectionRoleTypes Modifier and Type Method Description FeatureCollectionRoleTypes
FeatureCollectionRole. getType()
static FeatureCollectionRoleTypes
FeatureCollectionRoleTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static FeatureCollectionRoleTypes[]
FeatureCollectionRoleTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openjump.core.apitools.objecttyperoles with parameters of type FeatureCollectionRoleTypes Modifier and Type Method Description boolean
FeatureCollectionRole. equalsRole(FeatureCollectionRoleTypes roleType)
Check if this role is the same type of role as the given one.FeatureCollectionRole
PirolFeatureCollection. getRole(FeatureCollectionRoleTypes role)
Check if this FeatureCollection has a role like the given oneConstructors in org.openjump.core.apitools.objecttyperoles with parameters of type FeatureCollectionRoleTypes Constructor Description FeatureCollectionRole(FeatureCollectionRoleTypes type)
-