Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.geotools.feature Classes and Interfaces - 139 results found.
NameDescriptionTypePackageFramework
AbstractCalcResultAn abstract implementation for CalcResults.Classorg.geotools.feature.visitorGeoTools
AbstractFeatureCollection This implementation asks you to implement: openIterator()size()Classorg.geotools.feature.collectionGeoTools
AbstractFeatureFactoryImplFactory for creating instances of the Attribute family of classes.Classorg.geotools.featureGeoTools
AbstractFeatureVisitorAn abstract class to reduce the amount of work needed when working with FeatureVisitor.Classorg.geotools.feature.collectionGeoTools
AbstractLazyAttributeTypeImplA replacement for AttributeTypeImpl with lazy evaluation of super type, so types can be defined in any order.Classorg.geotools.feature.typeGeoTools
AbstractLazyComplexTypeImplA replacement for ComplexTypeImpl with lazy evaluation of descriptors, to support cyclically-defined types.Classorg.geotools.feature.typeGeoTools
AdaptorFeatureCollection You will need to implement the following methods: getBounds()size()closeIterator(Iterator)openIterator()Classorg.geotools.feature.collectionGeoTools
AggregateAggregate functions defined for use with the GeoTools library.Classorg.geotools.feature.visitorGeoTools
AnnotationFeatureTypeDefines required attributes for Annotations.Classorg.geotools.feature.typeGeoTools
AppSchemaAttributeBuilderBuilder for attributes.Classorg.geotools.featureGeoTools
AppSchemaFeatureFactoryImplFeatureFactory that: does not choke on null idsClassorg.geotools.featureGeoTools
AssociationDescriptorImplClassorg.geotools.feature.typeGeoTools
AssociationImplClassorg.geotools.featureGeoTools
AssociationTypeImplClassorg.geotools.feature.typeGeoTools
AttributeBuilderBuilder for attributes.Classorg.geotools.featureGeoTools
AttributeDescriptorImplClassorg.geotools.feature.typeGeoTools
AttributeImplSimple, mutable class to store attributes.Classorg.geotools.featureGeoTools
AttributeNodeIteratorSpecial node iterator for Attribute.Classorg.geotools.feature.xpathGeoTools
AttributeNodePointerSpecial node pointer for org.Classorg.geotools.feature.xpathGeoTools
AttributeNodePointerFactoryA node factory which creates special node pointers featurs.Classorg.geotools.feature.xpathGeoTools
AttributeTypeBuilderBuilder for attribute types and descriptors.Classorg.geotools.featureGeoTools
AttributeTypeImplBase class for attribute types.Classorg.geotools.feature.typeGeoTools
AverageVisitorCalculates the AverageSince:2.Classorg.geotools.feature.visitorGeoTools
AverageVisitor .AverageResultClassorg.geotools.feature.visitor.AverageVisitorGeoTools
BaseFeatureCollection This implementation asks you to implement: This is the direct decentent of the origional AbstractFeatureCollectionClassorg.geotools.feature.collectionGeoTools
BaseSimpleFeatureCollectionClassorg.geotools.feature.collectionGeoTools
BasicFeatureTypesDefines required attributes for Annotations.Classorg.geotools.feature.typeGeoTools
BoundsVisitorCalculates the extents (envelope) of the features it visits.Classorg.geotools.feature.visitorGeoTools
BoundsVisitor .BoundsResultClassorg.geotools.feature.visitor.BoundsVisitorGeoTools
BridgeIteratorA closeable iterator wrapped around a provided feature iterator.Classorg.geotools.feature.collectionGeoTools
CalcResultEncapsulates the results from a FeatureCalc, and includes methods for obtaining and merging results.Interfaceorg.geotools.feature.visitorGeoTools
CalcUtilClassorg.geotools.feature.visitorGeoTools
CollectionEventA simple event object to represent all events triggered by FeatureCollection instances (typically change events).Classorg.geotools.featureGeoTools
CollectionListenerInterface to be implemented by all listeners of CollectionEvents.Interfaceorg.geotools.featureGeoTools
CollectionUtilClassorg.geotools.feature.visitorGeoTools
ComplexAttributeImplClassorg.geotools.featureGeoTools
ComplexFeatureBuilderThe complex feature builder allows the construction of features by progressively appending their components and deferring the construction tillClassorg.geotools.featureGeoTools
ComplexFeatureIteratorImplDefines the complex feature iterator implementation class.Classorg.geotools.feature.collectionGeoTools
ComplexFeatureTypeFactoryImplFeature type factory to produce complex feature type that can be used in feature chaining.Classorg.geotools.feature.typeGeoTools
ComplexFeatureTypeImplThis is a specialization of complex feature type that can be nested inside another feature type.Classorg.geotools.feature.typeGeoTools
ComplexTypeImplBase class for complex types.Classorg.geotools.feature.typeGeoTools
CountVisitorDetermines the number of features in the collectionSince:2.Classorg.geotools.feature.visitorGeoTools
CountVisitor .CountResultClassorg.geotools.feature.visitor.CountVisitorGeoTools
DateUtilUtility class supplying static methods.Classorg.geotools.feature.typeGeoTools
DecoratingFeatureBase class for feature decorators.Classorg.geotools.featureGeoTools
DecoratingFeatureCollectionA FeatureCollection which completely delegates to another FeatureCollection.Classorg.geotools.feature.collectionGeoTools
DecoratingFeatureIteratorA feature iterator that completely delegates to another FeatureIterator.Classorg.geotools.feature.collectionGeoTools
DecoratingSimpleFeatureCollectionA FeatureCollection which completely delegates to another FeatureCollection.Classorg.geotools.feature.collectionGeoTools
DecoratingSimpleFeatureIteratorA feature iterator that completely delegates to a normal Iterator, simply allowing Java 1.Classorg.geotools.feature.collectionGeoTools
DefaultFeatureCollectionA basic implementation of SimpleFeatureCollection which use a TreeMap for its internal storage.Classorg.geotools.featureGeoTools
DefaultFeatureCollectionsConcrete extension to FeatureCollections to create DefaultFeatureCollections.Classorg.geotools.featureGeoTools
DelegateFeatureIteratorA feature iterator that completely delegates to a normal Iterator, simply allowing Java 1.Classorg.geotools.feature.collectionGeoTools
DelegateSimpleFeatureIteratorA feature iterator that completely delegates to a normal Iterator, simply allowing Java 1.Classorg.geotools.feature.collectionGeoTools
DescriptorsHelper methods for dealing with Descriptor.Classorg.geotools.feature.typeGeoTools
DescriptorXmlAttributeNodeIteratorSpecial node iterator for Attribute.Classorg.geotools.feature.xpathGeoTools
DescriptorXmlAttributeNodePointerSpecial node pointer for an XML-attribute inside an attribute.Classorg.geotools.feature.xpathGeoTools
FeatureAttributeVisitorExtension of FeatureVisitor for visitors that require access to properties of the feature collection being visited.Interfaceorg.geotools.feature.visitorGeoTools
FeatureBuilderThis class provides some common functionality for builders and defines an abstraction for Feature builders' public interfaces.Classorg.geotools.featureGeoTools
FeatureCalcA visitor which performs a calculation on a FeatureCollection.Interfaceorg.geotools.feature.visitorGeoTools
FeatureCollectionCollection of features, often handled as a result set.Interfaceorg.geotools.featureGeoTools
FeatureCollectionIterationThe FeatureCollectionIteration provides a depth first traversal of a SimpleFeatureCollection which will call the provided call-back Handler.Classorg.geotools.featureGeoTools
FeatureCollectionIteration .HandlerA callback handler for the iteration of the contents of aThe handler is ending its visit with a Feature.Interfaceorg.geotools.feature.FeatureCollectionIterationGeoTools
FeatureCollectionsA utility class for working with FeatureCollections.Classorg.geotools.featureGeoTools
FeatureComparatorsA utility class for creating simple Comparators for Features.Classorg.geotools.featureGeoTools
FeatureComparators .IndexClassorg.geotools.feature.FeatureComparatorsGeoTools
FeatureComparators .NameClassorg.geotools.feature.FeatureComparatorsGeoTools
FeatureFactoryAn interface for the construction of Features.Interfaceorg.geotools.featureGeoTools
FeatureImplTemptative implementation of Feature.Classorg.geotools.featureGeoTools
FeatureImplUtilsUtility class used by feature model implementation.Classorg.geotools.featureGeoTools
FeatureIndexAn Index is built up around a FeatureCollection, using one of the attributes in the SimpleFeatureCollection as a comparable reference.Interfaceorg.geotools.featureGeoTools
FeatureIteratorStreaming access to features, required to close() after use.Interfaceorg.geotools.featureGeoTools
FeatureIteratorImplA convenience class for dealing with wrapping a Collection Iterator up as a FeatureIterator.Classorg.geotools.feature.collectionGeoTools
FeatureReaderIteratorAn iterator that wraps around a FeatureReader.Classorg.geotools.featureGeoTools
FeatureTypeAttributeIteratorA special iterator for iterating over the attributes of a feature type.Classorg.geotools.feature.xpathGeoTools
FeatureTypeAttributePointerPointer to a single attribute of a feature type.Classorg.geotools.feature.xpathGeoTools
FeatureTypeFactoryImplThis implementation is capable of creating a good default implementation of the Types used in the feature model.Classorg.geotools.feature.typeGeoTools
FeatureTypeImplBase implementation of FeatureType.Classorg.geotools.feature.typeGeoTools
FeatureTypePointerSpecial node pointer for org.Classorg.geotools.feature.xpathGeoTools
FeatureTypesUtility methods for working against the FeatureType interface.Classorg.geotools.featureGeoTools
FeatureWrapperYou can make feature wrappers for specific types by extending this class and annotating the descendant class's fields with XSDMapping to show what they correspond to in the XSD.Classorg.geotools.feature.wrapperGeoTools
FilteredIteratorProvides an implementation of Iterator that will filter contents using the provided filter.Classorg.geotools.feature.collectionGeoTools
FilteringSimpleFeatureCollectionDecorates a feature collection with one that filters content.Classorg.geotools.feature.collectionGeoTools
FilteringSimpleFeatureIteratorExtension of FilteringFeatureIterator that type narrows to SimpleFeature.Classorg.geotools.feature.collectionGeoTools
GeometryAttributeImplTODO: rename to GeometricAttribute Provides .Classorg.geotools.featureGeoTools
GeometryDescriptorImplClassorg.geotools.feature.typeGeoTools
GeometryTypeImplAttributeType for hold geometry implementations, maintains CRS information.Classorg.geotools.feature.typeGeoTools
GroupByVisitorGroup features by one or several attributes and applies an aggregator visitor to each group.Classorg.geotools.feature.visitorGeoTools
GroupByVisitor .GroupByRawResultHelper class that should be used by optimizations to set the results.Classorg.geotools.feature.visitor.GroupByVisitorGeoTools
GroupByVisitor .GroupByResultThis class implements the feature calculation result of the group by visitor.Classorg.geotools.feature.visitor.GroupByVisitorGeoTools
GroupByVisitorBuilderHelper class to help building a valid group by visitor.Classorg.geotools.feature.visitorGeoTools
IdCollectorFilterVisitorGather up all FeatureId strings into a provided HashSet.Classorg.geotools.feature.visitorGeoTools
IdFinderFilterVisitorQuick check to see if an ID filter is found.Classorg.geotools.feature.visitorGeoTools
IllegalAttributeExceptionIndicates client class has attempted to create an invalid feature.Classorg.geotools.featureGeoTools
LenientFeatureFactoryImplClassorg.geotools.featureGeoTools
LimitingVisitorA visitor that can limit the features that can be visited (for example to implement startOffset, maxFeatures pagination).Interfaceorg.geotools.feature.visitorGeoTools
MaxFeaturesSimpleFeatureIteratorSimpleFeatureIterator wrapper which can use a start and end bounds to cap the number of returned features.Classorg.geotools.feature.collectionGeoTools
MaxSimpleFeatureCollectionSimpleFeatureCollection wrapper which limits the number of features returned.Classorg.geotools.feature.collectionGeoTools
MaxVisitorCalculates the maximum value of an attribute.Classorg.geotools.feature.visitorGeoTools
MaxVisitor .MaxResultClassorg.geotools.feature.visitor.MaxVisitorGeoTools
MedianVisitorCalculates the median of an attribute in all features of a collectionSince:2.Classorg.geotools.feature.visitorGeoTools
MedianVisitor .MedianResultClassorg.geotools.feature.visitor.MedianVisitorGeoTools
MinVisitorCalculates the minimum value of an attribute.Classorg.geotools.feature.visitorGeoTools
MinVisitor .MinResultClassorg.geotools.feature.visitor.MinVisitorGeoTools
NameImplSimple implementation of Name.Classorg.geotools.featureGeoTools
NearestVisitorFinds the nearest value to the provided one in the attribute domain.Classorg.geotools.feature.visitorGeoTools
ProfileImplA "sub" Schema used to select types for a specific use.Classorg.geotools.feature.typeGeoTools
PropertyDescriptorImplClassorg.geotools.feature.typeGeoTools
PropertyImplClassorg.geotools.featureGeoTools
PropertyTypeImplClassorg.geotools.feature.typeGeoTools
QuantileListVisitorObtains the data needed for a Quantile operation (classification of features into classes of equal size).Classorg.geotools.feature.visitorGeoTools
RandomFeatureAccessAccess Feature content using Feature "Id".Interfaceorg.geotools.feature.collectionGeoTools
ReadonlyAttributeDecoratorReadonly wrapper around the provided Attribute.Classorg.geotools.feature.typeGeoTools
SchemaThis class contains utility methods focused on the schema represented by the FeatureType data model.Classorg.geotools.featureGeoTools
SchemaExceptionIndicates client class has attempted to create an invalid schema.Classorg.geotools.featureGeoTools
SchemaImplClassorg.geotools.feature.typeGeoTools
SimpleFeatureBuilderA builder for features.Classorg.geotools.feature.simpleGeoTools
SimpleFeatureImplAn implementation of SimpleFeature geared towards speed and backed by an Object[].Classorg.geotools.feature.simpleGeoTools
SimpleFeatureIteratorImplA convenience class for wrapping a Collection Iterator up as a SimpleFeatureCollection.Classorg.geotools.feature.collectionGeoTools
SimpleFeatureTypeBuilderA builder for simple feature types.Classorg.geotools.feature.simpleGeoTools
SimpleFeatureTypeImplClassorg.geotools.feature.simpleGeoTools
SimpleSchemaSchema containing a set of "simple" types.Classorg.geotools.feature.simpleGeoTools
SingleFeatureTypeAttributeIteratorIterates over a single attribute of a feature type.Classorg.geotools.feature.xpathGeoTools
SortedSimpleFeatureCollectionA wrapper that will sort a feature collection using a size sensitive algorithm, in main memory for small collections, using secondary memory otherwise.Classorg.geotools.feature.collectionGeoTools
StandardDeviationVisitorDetermines the standard deviation.Classorg.geotools.feature.visitorGeoTools
StandardDeviationVisitor .ResultClassorg.geotools.feature.visitor.StandardDeviationVisitorGeoTools
SubFeatureCollectionReasonable default implementation for subCollection making use of parent SimpleFeatureCollection.Classorg.geotools.feature.collectionGeoTools
SubFeatureListDefault implementation of FeatureCollection.Classorg.geotools.feature.collectionGeoTools
SumVisitorCalculates the Sum of an attribute (of a FeatureVisitor)Since:2.Classorg.geotools.feature.visitorGeoTools
SumVisitor .SumResultClassorg.geotools.feature.visitor.SumVisitorGeoTools
TypeBuilderMakes building types easier by maintaining state.Classorg.geotools.featureGeoTools
TypesThis is a set of utility methods used when implementing types.Classorg.geotools.feature.typeGeoTools
UniqueNameFeatureTypeFactoryImplA specialisation of FeatureTypeFactoryImpl that returns UniqueNameFeatureTypeImpl instead of FeatureTypeImpl to avoid equality tests on types with cyclic definitions.Classorg.geotools.feature.typeGeoTools
UniqueNameFeatureTypeImplA specialisation of FeatureTypeImpl that avoids equality tests on feature types with cyclic definitions by considering features types to be equal if and only if their names areClassorg.geotools.feature.typeGeoTools
UniqueVisitorGenerates a list of unique values from a collectionSince:2.Classorg.geotools.feature.visitorGeoTools
UniqueVisitor .UniqueResultClassorg.geotools.feature.visitor.UniqueVisitorGeoTools
ValidatingFeatureFactoryImplFactory for creating instances of the Attribute family of classes.Classorg.geotools.featureGeoTools
XmlAttributeNodeIteratorSpecial node iterator for Attribute.Classorg.geotools.feature.xpathGeoTools
XmlAttributeNodePointerSpecial node pointer for an XML-attribute inside an attribute.Classorg.geotools.feature.xpathGeoTools
XSDMappingUse this annotation on descendants of FeatureWrapper.Classorg.geotools.feature.wrapperGeoTools