| org.geotools.xml.impl.jxpath.FeaturePropertyPointer
FeaturePropertyPointer | public class FeaturePropertyPointer extends NodePointer (Code) | | Pointer to a single property of a feature.
THe property of the feature is specified via index. Setting the index to
-1 will cause the pointer to point at the feature id.
author: Justin Deoliveira, The Open Planning Project |
index | int index(Code) | | the indedx of hte property being pointed at
|
FeaturePropertyPointer | public FeaturePropertyPointer(FeaturePointer parent, int index)(Code) | | Creates the pointer.
Parameters: parent - The parent pointer, pointer at the feature. Parameters: index - The index of hte property to point to, or -1 to point to the feature id. |
compareChildNodePointers | public int compareChildNodePointers(NodePointer pointer1, NodePointer pointer2)(Code) | | Always return 0 , can never have child pointers.
|
getLength | public int getLength()(Code) | | Return 1
|
getName | public QName getName()(Code) | | Returns the qname with prefix as null , and local part the name of the
feature attribute.
|
isCollection | public boolean isCollection()(Code) | | Return false .
|
isLeaf | public boolean isLeaf()(Code) | | Return true .
|
|
|