Class CombinedProjectionFilter
- java.lang.Object
-
- org.citydb.query.filter.projection.CombinedProjectionFilter
-
public class CombinedProjectionFilter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CombinedProjectionFilter(java.util.List<ProjectionFilter> filters)
CombinedProjectionFilter(ProjectionFilter... filters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsGenericAttribute(java.lang.String name, org.citygml4j.model.citygml.CityGMLClass type)
boolean
containsGenericAttribute(GenericAttribute genericAttribute)
boolean
containsProperty(java.lang.String name, java.lang.String namespaceURI)
boolean
containsProperty(java.lang.String name, AppSchema schema)
boolean
containsProperty(javax.xml.namespace.QName name)
-
-
-
Constructor Detail
-
CombinedProjectionFilter
public CombinedProjectionFilter(java.util.List<ProjectionFilter> filters)
-
CombinedProjectionFilter
public CombinedProjectionFilter(ProjectionFilter... filters)
-
-
Method Detail
-
containsProperty
public boolean containsProperty(java.lang.String name, java.lang.String namespaceURI)
-
containsProperty
public boolean containsProperty(javax.xml.namespace.QName name)
-
containsProperty
public boolean containsProperty(java.lang.String name, AppSchema schema)
-
containsGenericAttribute
public boolean containsGenericAttribute(GenericAttribute genericAttribute)
-
containsGenericAttribute
public boolean containsGenericAttribute(java.lang.String name, org.citygml4j.model.citygml.CityGMLClass type)
-
-