|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Extension public interface FeatureStyleFactory
Class that knows how to parse FeatureStyle
elements from various places.
Method Summary | |
---|---|
Object |
createStyleObject(Class interfaceToMakeAnInstanceOf)
Must pass in the Class of one of the interfaces in the package org.opengis.sld . |
FeatureStyle |
parse(InputSource is)
Parses a feature style from a XML input source. |
FeatureStyle |
parse(InputStream is)
Parses a feature style from a J2SE input stream. |
FeatureStyle |
parse(String url)
Parses a feature style from a character string. |
Method Detail |
---|
FeatureStyle parse(InputStream is)
FeatureStyle parse(InputSource is)
FeatureStyle parse(String url)
Object createStyleObject(Class interfaceToMakeAnInstanceOf)
org.opengis.sld
. Returns an instance of that interface
with no properties set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |