org.geotools.data.store
Class TypeRef

java.lang.Object
  extended byorg.geotools.data.store.TypeRef

public class TypeRef
extends java.lang.Object

A real class for naming feature collections, see generic name for the geoapi take.

Compare contrast with XPath utility class in ext/view. These may merge if TypeRef is reduced to an XPath expression in the future.

Author:
Jody Garnett, Refractions Research

Constructor Summary
TypeRef(java.lang.String typeRef)
           
TypeRef(java.lang.String dataStoreId, java.lang.String typeName)
           
 
Method Summary
 java.lang.String getDataStoreId()
           
 java.lang.String getTypeName()
           
 java.lang.String toString()
          External representation of "dataStoreId/typeName"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeRef

public TypeRef(java.lang.String dataStoreId,
               java.lang.String typeName)

TypeRef

public TypeRef(java.lang.String typeRef)
Method Detail

toString

public java.lang.String toString()
External representation of "dataStoreId/typeName"


getDataStoreId

public java.lang.String getDataStoreId()
Returns:
Returns the dataStoreId.

getTypeName

public java.lang.String getTypeName()
Returns:
Returns the typeName.


Copyright © GeoTools. All Rights Reserved.