org.opengis.style.GraphicalSymbol Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gt-opengis Show documentation
Show all versions of gt-opengis Show documentation
Standard interfaces implemented throughout the library.
The newest version!
/*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2011, Open Source Geospatial Foundation (OSGeo)
* (C) 2008, Open Geospatial Consortium Inc.
*
* All Rights Reserved. http://www.opengis.org/legal/
*/
package org.opengis.style;
/**
* Common superclass for the two types of markers that can appear as children of a {@link Graphic}
* object, namely {@link Mark} and {@link ExternalGraphic}.
*
* @version Implementation
* specification 1.0
* @author Chris Dillard (SYS Technologies)
* @since GeoAPI 2.0
*/
public interface GraphicalSymbol {}