Uses of Interface
org.opengis.filter.Id

Packages that use Id
org.opengis.filter Filters features according their properties. 
org.opengis.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling. 
 

Uses of Id in org.opengis.filter
 

Methods in org.opengis.filter that return Id
 Id FilterFactory.id(Set<? extends Identifier> ids)
          Passes only for objects that have one of the IDs given to this object.
 

Methods in org.opengis.filter with parameters of type Id
 Object FilterVisitor.visit(Id filter, Object extraData)
           
 

Uses of Id in org.opengis.style
 

Methods in org.opengis.style that return Id
 Id FeatureTypeStyle.getFeatureInstanceIDs()
          Returns a collection of Object identifying features object.
 

Methods in org.opengis.style with parameters of type Id
 FeatureTypeStyle StyleFactory.featureTypeStyle(String name, Description description, Id definedFor, Set<Name> featureTypeNames, Set<SemanticType> types, List<Rule> rules)
           
 



Copyright © 1994-2010 Open Geospatial Consortium. All Rights Reserved.