org.opengis.sld
Interface FeatureStyleFactory
-
@Extension public interface FeatureStyleFactory
Class that knows how to parseFeatureStyleelements from various places.- Since:
- GeoAPI 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.ObjectcreateStyleObject(java.lang.Class interfaceToMakeAnInstanceOf)Must pass in the Class of one of the interfaces in the packageorg.opengis.sld.FeatureStyleparse(org.xml.sax.InputSource is)Parses a feature style from a XML input source.FeatureStyleparse(java.io.InputStream is)Parses a feature style from a J2SE input stream.FeatureStyleparse(java.lang.String url)Parses a feature style from a character string.
-
-
-
Method Detail
-
parse
FeatureStyle parse(java.io.InputStream is)
Parses a feature style from a J2SE input stream.
-
parse
FeatureStyle parse(org.xml.sax.InputSource is)
Parses a feature style from a XML input source.
-
parse
FeatureStyle parse(java.lang.String url)
Parses a feature style from a character string.
-
createStyleObject
java.lang.Object createStyleObject(java.lang.Class interfaceToMakeAnInstanceOf)
Must pass in the Class of one of the interfaces in the packageorg.opengis.sld. Returns an instance of that interface with no properties set.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG