org.geotools.data.complex
Class ComplexFeatureConstants

java.lang.Object
  extended by org.geotools.data.complex.ComplexFeatureConstants

public class ComplexFeatureConstants
extends java.lang.Object

This is just a compilation of constants used in app-schema module.

Author:
Rini Angreani, CSIRO Earth Science and Resource Engineering

Field Summary
static org.opengis.feature.type.ComplexType ANYTYPE_TYPE
          Definition of xs:anyType as a complex type to get their client properties encoded.
static org.opengis.feature.type.PropertyDescriptor FEATURE_CHAINING_LINK
          Static attribute descriptor used to link different feature types.
static org.opengis.feature.type.Name FEATURE_CHAINING_LINK_NAME
          Static attribute name used to link different feature types.
static Hints.Key STRING_KEY
          Hints key for xlink:href used in ToXlinkHrefFunction
static org.opengis.feature.type.Name XLINK_HREF_NAME
          Name representation of xlink:href
 
Constructor Summary
ComplexFeatureConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FEATURE_CHAINING_LINK_NAME

public static final org.opengis.feature.type.Name FEATURE_CHAINING_LINK_NAME
Static attribute name used to link different feature types.


FEATURE_CHAINING_LINK

public static final org.opengis.feature.type.PropertyDescriptor FEATURE_CHAINING_LINK
Static attribute descriptor used to link different feature types. This attribute won't appear in the output document as it doesn't exist in the schema. Specifying the index would allow more than one instances to be used in one type that can be chained by different parent feature types.


XLINK_HREF_NAME

public static final org.opengis.feature.type.Name XLINK_HREF_NAME
Name representation of xlink:href


ANYTYPE_TYPE

public static final org.opengis.feature.type.ComplexType ANYTYPE_TYPE
Definition of xs:anyType as a complex type to get their client properties encoded.


STRING_KEY

public static final Hints.Key STRING_KEY
Hints key for xlink:href used in ToXlinkHrefFunction

Constructor Detail

ComplexFeatureConstants

public ComplexFeatureConstants()


Copyright © 1996-2010 Geotools. All Rights Reserved.