Documentation of 'org.opengis.sld.FeatureStyleFactory' Java class
FeatureStyleFactory
org.opengis.sld

Interface FeatureStyleFactory



  • @Extension
    public interface FeatureStyleFactory
    Class that knows how to parse FeatureStyle elements from various places.
    Since:
    GeoAPI 2.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.Object createStyleObject(java.lang.Class interfaceToMakeAnInstanceOf)
      Must pass in the Class of one of the interfaces in the package org.opengis.sld.
      FeatureStyle parse(org.xml.sax.InputSource is)
      Parses a feature style from a XML input source.
      FeatureStyle parse(java.io.InputStream is)
      Parses a feature style from a J2SE input stream.
      FeatureStyle parse(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 package org.opengis.sld. Returns an instance of that interface with no properties set.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.