org.opengis.sld
Interface ExternalGraphicOrMark
- All Known Subinterfaces:
- ExternalGraphic, Mark
public interface ExternalGraphicOrMark
Common subclass for the two types of markers that can appear as children of a
Graphic
object, namely Mark
and ExternalGraphic
.
- Since:
- GeoAPI 2.0
- Version:
- Implementation specification 1.0
accept
@Extension
Object accept(StyleVisitor visitor,
Object extraData)
- Accepts a visitor. Implementations of all subinterfaces must have with a
method whose content is the following:
return visitor.visit(this, extraData);
Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.