supports(ILayer layer) Determines if the style component supports the specified feature type.
Parameters: layer - Feature type, must not be null and must have a valid geometry type attribute.
Returns the types of SLD style components that support the specified feature type. This
method returns an empty list if no style types support the specified feature type.
Parameters: layer - the layer. A list (possibly empty) of types that support the feature type.
isLine
final public static boolean isLine(FeatureType featureType)(Code)
isLine
final public static boolean isLine(GeometryAttributeType geometryType)(Code)
isPoint
final public static boolean isPoint(FeatureType featureType)(Code)
isPoint
final public static boolean isPoint(GeometryAttributeType geometryType)(Code)
isPolygon
final public static boolean isPolygon(FeatureType featureType)(Code)
isPolygon
final public static boolean isPolygon(GeometryAttributeType geometryType)(Code)
Determines if the style component supports the specified feature type.
Parameters: layer - Feature type, must not be null and must have a valid geometry type attribute. true if the feature type is supported, otherwise false.