Package | Description |
---|---|
org.geotools.data.complex.filter |
Modifier and Type | Method and Description |
---|---|
FeatureChainedAttributeVisitor.FeatureChainLink |
FeatureChainedAttributeVisitor.FeatureChainedAttributeDescriptor.getFirstLink()
Gets the first link in the feature types chain.
|
FeatureChainedAttributeVisitor.FeatureChainLink |
FeatureChainedAttributeVisitor.FeatureChainedAttributeDescriptor.getLastLink()
Gets the last link in the feature types chain.
|
FeatureChainedAttributeVisitor.FeatureChainLink |
FeatureChainedAttributeVisitor.FeatureChainedAttributeDescriptor.getLink(int linkIdx)
Gets a link in the feature types chain by its index.
|
FeatureChainedAttributeVisitor.FeatureChainLink |
FeatureChainedAttributeVisitor.FeatureChainLink.next()
Returns the next link in the chain.
|
FeatureChainedAttributeVisitor.FeatureChainLink |
FeatureChainedAttributeVisitor.FeatureChainLink.previous()
Returns the previous link in the chain.
|
Modifier and Type | Method and Description |
---|---|
List<FeatureChainedAttributeVisitor.FeatureChainLink> |
FeatureChainedAttributeVisitor.FeatureChainedAttributeDescriptor.getFeatureChain()
Returns the list of links in the feature types chain.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureChainedAttributeVisitor.FeatureChainedAttributeDescriptor.addLink(FeatureChainedAttributeVisitor.FeatureChainLink chainLink)
Adds a new link in the feature types chain.
|
Copyright © 1996–2022 Geotools. All rights reserved.