org.geotools.data
Class Join

java.lang.Object
  extended byorg.geotools.data.NewQuery
      extended byorg.geotools.data.Join

public abstract class Join
extends NewQuery

Author:
dzwiers

Nested Class Summary
 
Nested classes inherited from class org.geotools.data.NewQuery
NewQuery.QueryAs
 
Field Summary
 
Fields inherited from class org.geotools.data.NewQuery
ALL_ATTRIBUTES, DEFAULT_MAX, NO_ATTRIBUTES, NO_NAMESPACE
 
Constructor Summary
Join()
           
 
Method Summary
abstract  java.net.URI getNamespace()
          The new namespace.
abstract  NewQuery[] getQueries()
          Used to return the set of inputs to the join.
abstract  java.lang.String getTypeName()
          The new typeName
 
Methods inherited from class org.geotools.data.NewQuery
getCoordinateSystemReprojectHint, getFilter, getMaxFeatures, getProperties, getPropertyNames, getStartingOffset, retrieveAllProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Join

public Join()
Method Detail

getQueries

public abstract NewQuery[] getQueries()
Used to return the set of inputs to the join.


getTypeName

public abstract java.lang.String getTypeName()
The new typeName

Specified by:
getTypeName in class NewQuery
Returns:
the name of the feature type to be returned with this query.

getNamespace

public abstract java.net.URI getNamespace()
The new namespace.

Specified by:
getNamespace in class NewQuery
Returns:
the gml namespace of the feature type to be returned with this query


Copyright © GeoTools. All Rights Reserved.