| java.lang.Object org.geotools.catalog.defaults.DefaultGeoResourceInfo
DefaultGeoResourceInfo | public class DefaultGeoResourceInfo implements GeoResourceInfo(Code) | | Implementation of GeoResourceInfo.
|
Constructor Summary | |
protected | DefaultGeoResourceInfo() | public | DefaultGeoResourceInfo(String title, String name, String description, URI schema, Envelope bounds, CoordinateReferenceSystem crs, String[] keywords, Icon icon) | public | DefaultGeoResourceInfo(String title, String name, String description, URI schema, ReferencedEnvelope bounds, String[] keywords, Icon icon) |
DefaultGeoResourceInfo | protected DefaultGeoResourceInfo()(Code) | | |
DefaultGeoResourceInfo | public DefaultGeoResourceInfo(String title, String name, String description, URI schema, Envelope bounds, CoordinateReferenceSystem crs, String[] keywords, Icon icon)(Code) | | |
getBounds | public Envelope getBounds()(Code) | | |
getCRS | public CoordinateReferenceSystem getCRS()(Code) | | |
|
|