Uses of Interface
org.opengis.style.ExternalMark

Packages that use ExternalMark
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.builder   
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 ExternalMark in org.geotools.styling
 

Subinterfaces of ExternalMark in org.geotools.styling
 interface ExternalMark
          Specify a mark using an image files (svg, png, gif) or using mark index a true type font file.
 

Classes in org.geotools.styling that implement ExternalMark
 class ExternalMarkImpl
          Default implementation of ExternalMark.
 

Methods in org.geotools.styling with parameters of type ExternalMark
 MarkImpl StyleFactoryImpl.mark(ExternalMark externalMark, Fill fill, Stroke stroke)
           
 MarkImpl StyleFactoryImpl2.mark(ExternalMark externalMark, Fill fill, Stroke stroke)
           
 Mark StyleFactory.mark(ExternalMark externalMark, Fill fill, Stroke stroke)
           
 void MarkImpl.setExternalMark(ExternalMark external)
           
 void Mark.setExternalMark(ExternalMark externalMark)
          Mark defined by an external resource.
 

Uses of ExternalMark in org.geotools.styling.builder
 

Methods in org.geotools.styling.builder with parameters of type ExternalMark
 ExternalMarkBuilder ExternalMarkBuilder.reset(ExternalMark mark)
           
 

Uses of ExternalMark in org.opengis.style
 

Methods in org.opengis.style that return ExternalMark
 ExternalMark StyleFactory.externalMark(Icon inline)
           
 ExternalMark StyleFactory.externalMark(OnLineResource resource, String format, int markIndex)
           
 ExternalMark Mark.getExternalMark()
          The alternative to a WellKnownName is an external mark format.
 

Methods in org.opengis.style with parameters of type ExternalMark
 Mark StyleFactory.mark(ExternalMark externalMark, Fill fill, Stroke stroke)
           
 Object StyleVisitor.visit(ExternalMark externalMark, Object data)
          Called when accept is called on a external mark
 



Copyright © 1996-2014 Geotools. All Rights Reserved.