Uses of Interface
org.opengis.style.ExternalGraphic

Packages that use ExternalGraphic
org.geotools.styling Allows for symbolization of geospatial data. 
org.opengis.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling. 
 

Uses of ExternalGraphic in org.geotools.styling
 

Subinterfaces of ExternalGraphic in org.geotools.styling
 interface ExternalGraphic
          Holds a reference to an external graphics file with a URL to its location and its expected MIME type.
 

Classes in org.geotools.styling that implement ExternalGraphic
 class ExternalGraphicImpl
          DOCUMENT ME!
 

Uses of ExternalGraphic in org.opengis.style
 

Methods in org.opengis.style that return ExternalGraphic
 ExternalGraphic StyleFactory.externalGraphic(Icon inline, Collection<ColorReplacement> replacements)
          Create ExternalGraphic using a Java Icon.
 ExternalGraphic StyleFactory.externalGraphic(OnLineResource resource, String format, Collection<ColorReplacement> replacements)
          Create externalGraphic
 

Methods in org.opengis.style with parameters of type ExternalGraphic
 Object StyleVisitor.visit(ExternalGraphic externalGraphic, Object data)
          Called when accept is called on a external graphic
 



Copyright © 1996-2014 Geotools. All Rights Reserved.