- java.lang.Object
-
- org.citygml4j.xml.reader.ChunkOptions
-
public class ChunkOptions extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ChunkOptionsaddCityModelMemberProperties()ChunkOptionsaddGroupMemberProperties()static ChunkOptionschunkByFeatures()static ChunkOptionschunkByProperties(java.util.Collection<javax.xml.namespace.QName> properties)static ChunkOptionschunkByProperties(javax.xml.namespace.QName... properties)booleancontainsProperty(java.lang.String namespaceURI, java.lang.String localPart)booleancontainsProperty(javax.xml.namespace.QName property)static ChunkOptionsdefaults()static ChunkOptionsempty()ChunkOptionsexcludeFeature(java.lang.String namespaceURI, java.lang.String localPart)ChunkOptionsexcludeFeature(javax.xml.namespace.QName feature)ChunkOptionsexcludeFeatures(java.util.Collection<javax.xml.namespace.QName> features)booleanisExcludeFeature(java.lang.String namespaceURI, java.lang.String localPart)booleanisExcludeFeature(javax.xml.namespace.QName feature)booleanisKeepInlineAppearance()booleanisSkipCityModel()ChunkOptionskeepInlineAppearance(boolean keepInlineAppearance)ChunkOptionsskipCityModel(boolean skipCityModel)ChunkOptionswithProperties(java.util.Collection<javax.xml.namespace.QName> properties)ChunkOptionswithProperty(java.lang.String namespaceURI, java.lang.String localPart)ChunkOptionswithProperty(javax.xml.namespace.QName property)
-
-
-
Method Detail
-
defaults
public static ChunkOptions defaults()
-
chunkByFeatures
public static ChunkOptions chunkByFeatures()
-
chunkByProperties
public static ChunkOptions chunkByProperties(java.util.Collection<javax.xml.namespace.QName> properties)
-
chunkByProperties
public static ChunkOptions chunkByProperties(javax.xml.namespace.QName... properties)
-
empty
public static ChunkOptions empty()
-
containsProperty
public boolean containsProperty(java.lang.String namespaceURI, java.lang.String localPart)
-
containsProperty
public boolean containsProperty(javax.xml.namespace.QName property)
-
withProperty
public ChunkOptions withProperty(java.lang.String namespaceURI, java.lang.String localPart)
-
withProperty
public ChunkOptions withProperty(javax.xml.namespace.QName property)
-
withProperties
public ChunkOptions withProperties(java.util.Collection<javax.xml.namespace.QName> properties)
-
isExcludeFeature
public boolean isExcludeFeature(java.lang.String namespaceURI, java.lang.String localPart)
-
isExcludeFeature
public boolean isExcludeFeature(javax.xml.namespace.QName feature)
-
excludeFeature
public ChunkOptions excludeFeature(java.lang.String namespaceURI, java.lang.String localPart)
-
excludeFeature
public ChunkOptions excludeFeature(javax.xml.namespace.QName feature)
-
excludeFeatures
public ChunkOptions excludeFeatures(java.util.Collection<javax.xml.namespace.QName> features)
-
isSkipCityModel
public boolean isSkipCityModel()
-
skipCityModel
public ChunkOptions skipCityModel(boolean skipCityModel)
-
isKeepInlineAppearance
public boolean isKeepInlineAppearance()
-
keepInlineAppearance
public ChunkOptions keepInlineAppearance(boolean keepInlineAppearance)
-
addCityModelMemberProperties
public ChunkOptions addCityModelMemberProperties()
-
addGroupMemberProperties
public ChunkOptions addGroupMemberProperties()
-
-