|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceInfo
Information about a resource.
This interface is based on Dublin Core and the RDF application profile.
There are two ids that may be associated with a resource:
Method Summary | |
---|---|
ReferencedEnvelope |
getBounds()
Bounding box of the resource (in the native CRS), envelope isNull otherwise. |
org.opengis.referencing.crs.CoordinateReferenceSystem |
getCRS()
Returns the CRS of the resource if known. |
java.lang.String |
getDescription()
Resource's description or abstract. |
java.util.Set<java.lang.String> |
getKeywords()
Keywords associated with this resource |
java.lang.String |
getName()
Name of the resource with the context of its service. |
java.net.URI |
getSchema()
A URI used to identify the resource type. |
java.lang.String |
getTitle()
Resource's title. |
Method Detail |
---|
java.lang.String getTitle()
The title is human readable text representing the resource, in the current locale if available.
java.util.Set<java.lang.String> getKeywords()
Known Mappings:
null
unavailable.java.lang.String getDescription()
Known Mappings:
null
if unavailablejava.lang.String getName()
Known Mappings:
java.net.URI getSchema()
Known Mappings:
ReferencedEnvelope getBounds()
You can transform this envelope to Lat Long with a single line:
info.getBounds().transform( DefaultGeographicCRS.WGS84, true );
Here are several other options for LatLong:
org.opengis.referencing.crs.CoordinateReferenceSystem getCRS()
Known Mappings:
null
if unknown.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |