|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.arcsde.data.ArcSdeResourceInfo
public final class ArcSdeResourceInfo
ResourceInfo
adapter for a FeatureTypeInfo
and ArcSdeFeatureSource
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. |
boolean |
isInProcessView()
Returns whether the FeatureType is built at runtime by a SQL SELECT statement in the ArcSDE DataStore configuration parameters. |
boolean |
isVersioned()
Returns whether the ArcSDE Table is multi-versioned |
boolean |
isView()
Returns whether the ArcSDE Table is a registered View |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ReferencedEnvelope getBounds()
ResourceInfo
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:
getBounds
in interface ResourceInfo
ResourceInfo.getBounds()
public org.opengis.referencing.crs.CoordinateReferenceSystem getCRS()
ResourceInfo
Known Mappings:
getCRS
in interface ResourceInfo
null
if unknown.ResourceInfo.getCRS()
public java.lang.String getDescription()
ResourceInfo
Known Mappings:
getDescription
in interface ResourceInfo
null
if unavailableResourceInfo.getDescription()
public java.util.Set<java.lang.String> getKeywords()
ResourceInfo
Known Mappings:
getKeywords
in interface ResourceInfo
null
unavailable.ResourceInfo.getKeywords()
public java.lang.String getName()
ResourceInfo
Known Mappings:
getName
in interface ResourceInfo
ResourceInfo.getName()
public java.net.URI getSchema()
ResourceInfo
Known Mappings:
getSchema
in interface ResourceInfo
ResourceInfo.getSchema()
public java.lang.String getTitle()
ResourceInfo
The title is human readable text representing the resource, in the current locale if available.
getTitle
in interface ResourceInfo
ResourceInfo.getTitle()
public boolean isVersioned()
true
if the table is marked as multiversioned, false
otherwisepublic boolean isView()
true
if the table is an ArcSDE registered View, false
otherwisepublic boolean isInProcessView()
true
if the FeatureType does not refers to an actual table or registered
view, but is built from a SQL SELECT statement, false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |