Package org.citygml4j.xml.io.reader
Interface ParentInfo
-
public interface ParentInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<? extends AppearanceProperty>
getAppearance()
BoundingShape
getBoundedBy()
CityGMLClass
getCityGMLClass()
StringOrRef
getDescription()
java.lang.String
getId()
LocationProperty
getLocation()
java.util.List<MetaDataProperty>
getMetaDataProperty()
java.util.List<Code>
getName()
ParentInfo
getParentInfo()
boolean
isSetAppearance()
boolean
isSetBoundedBy()
boolean
isSetDescription()
boolean
isSetId()
boolean
isSetLocation()
boolean
isSetMetaDataProperty()
boolean
isSetName()
boolean
isSetParentInfo()
-
-
-
Method Detail
-
isSetParentInfo
boolean isSetParentInfo()
-
getParentInfo
ParentInfo getParentInfo()
-
isSetId
boolean isSetId()
-
getId
java.lang.String getId()
-
isSetName
boolean isSetName()
-
getName
java.util.List<Code> getName()
-
isSetDescription
boolean isSetDescription()
-
getDescription
StringOrRef getDescription()
-
isSetMetaDataProperty
boolean isSetMetaDataProperty()
-
getMetaDataProperty
java.util.List<MetaDataProperty> getMetaDataProperty()
-
isSetBoundedBy
boolean isSetBoundedBy()
-
getBoundedBy
BoundingShape getBoundedBy()
-
isSetLocation
boolean isSetLocation()
-
getLocation
LocationProperty getLocation()
-
isSetAppearance
boolean isSetAppearance()
-
getAppearance
java.util.List<? extends AppearanceProperty> getAppearance()
-
getCityGMLClass
CityGMLClass getCityGMLClass()
-
-