org.opengis.sld
Interface InlineFeature

All Superinterfaces:
Source

@XmlElement(value="InlineFeature")
public interface InlineFeature
extends Source

Inline Features. Features are stored under a GML format.

Since:
GeoAPI 2.2
Version:
Implementation specification 1.1.0

Method Summary
 Object accept(SLDVisitor visitor, Object extraData)
          calls the visit method of a SLDVisitor
 Collection<Collection<Feature>> features()
          Collection of features.
 

Method Detail

features

@XmlElement(value="FeatureCollection")
Collection<Collection<Feature>> features()
Collection of features. Caution : the return type of this method may change.


accept

@Extension
Object accept(SLDVisitor visitor,
                        Object extraData)
calls the visit method of a SLDVisitor

Parameters:
visitor - the sld visitor


Copyright © 1994-2009 Open Geospatial Consortium. All Rights Reserved.