/[schmitzm]
ViewVC logotype

Revision 410


Jump to revision: Previous Next
Author: alfonx
Date: Mon Sep 21 16:44:30 2009 UTC (15 years, 5 months ago)
Changed paths: 1
Log Message:
AttributeTypeFilter NO_GEOMETRY had to be adapted to use the new GT2.6 attribute descriptors

  /**
	 * Standard-Filter, der {@linkplain GeometryDescriptor
	 * Geometrie-Attribute} ausblendet.
	 */
	public static final AttributeTypeFilter NO_GEOMETRY = new AttributeTypeFilter() {
		public boolean accept(AttributeDescriptor desciptor, int idx) {
			return !(desciptor instanceof GeometryDescriptor);
		}
	};

Changed paths

Path Details
Directorybranches/1.0-gt2-2.6/src/schmitzm/geotools/feature/AttributeTypeFilter.java modified , text changed

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26