Class ProjectionFilter


  • public class ProjectionFilter
    extends java.lang.Object
    • Method Detail

      • addGenericAttribute

        public boolean addGenericAttribute​(GenericAttribute genericAttribute)
      • addGenericAttribute

        public boolean addGenericAttribute​(java.lang.String name,
                                           org.citygml4j.model.citygml.CityGMLClass type)
                                    throws FilterException
        Throws:
        FilterException
      • containsProperty

        public boolean containsProperty​(AbstractProperty property)
      • 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)
      • containsProperty

        public boolean containsProperty​(java.lang.String name)
      • containsGenericAttribute

        public boolean containsGenericAttribute​(GenericAttribute genericAttribute)
      • containsGenericAttribute

        public boolean containsGenericAttribute​(java.lang.String name,
                                                org.citygml4j.model.citygml.CityGMLClass type)