- java.lang.Object
-
- org.citygml4j.xml.reader.FeatureInfo
-
public class FeatureInfo extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.citygml4j.core.model.core.AbstractAppearanceProperty>getAppearances()org.citygml4j.core.model.core.AbstractFeaturegetBackingFeature()org.xmlobjects.gml.model.feature.BoundingShapegetBoundedBy()org.xmlobjects.gml.model.deprecated.StringOrRefgetDescription()org.xmlobjects.gml.model.base.ReferencegetDescriptionReference()org.citygml4j.core.model.core.EngineeringCRSPropertygetEngineeringCRS()java.lang.StringgetId()org.xmlobjects.gml.model.basictypes.CodeWithAuthoritygetIdentifier()java.util.List<org.xmlobjects.gml.model.deprecated.MetaDataProperty<?>>getMetaDataProperties()java.util.List<org.xmlobjects.gml.model.basictypes.Code>getNames()FeatureInfogetParentInfo()java.lang.Class<? extends org.citygml4j.core.model.core.AbstractFeature>getType()javax.xml.namespace.QNamegetTypeName()booleanhasParentInfo()booleanisSetAppearances()booleanisSetMetaDataProperties()booleanisSetNames()
-
-
-
Method Detail
-
getTypeName
public javax.xml.namespace.QName getTypeName()
-
getType
public java.lang.Class<? extends org.citygml4j.core.model.core.AbstractFeature> getType()
-
getBackingFeature
public org.citygml4j.core.model.core.AbstractFeature getBackingFeature()
-
hasParentInfo
public boolean hasParentInfo()
-
getParentInfo
public FeatureInfo getParentInfo() throws CityGMLReadException
- Throws:
CityGMLReadException
-
getId
public java.lang.String getId()
-
getMetaDataProperties
public java.util.List<org.xmlobjects.gml.model.deprecated.MetaDataProperty<?>> getMetaDataProperties()
-
isSetMetaDataProperties
public boolean isSetMetaDataProperties()
-
getDescription
public org.xmlobjects.gml.model.deprecated.StringOrRef getDescription()
-
getDescriptionReference
public org.xmlobjects.gml.model.base.Reference getDescriptionReference()
-
getIdentifier
public org.xmlobjects.gml.model.basictypes.CodeWithAuthority getIdentifier()
-
getNames
public java.util.List<org.xmlobjects.gml.model.basictypes.Code> getNames()
-
isSetNames
public boolean isSetNames()
-
getBoundedBy
public org.xmlobjects.gml.model.feature.BoundingShape getBoundedBy()
-
getEngineeringCRS
public org.citygml4j.core.model.core.EngineeringCRSProperty getEngineeringCRS()
-
getAppearances
public java.util.List<org.citygml4j.core.model.core.AbstractAppearanceProperty> getAppearances()
-
isSetAppearances
public boolean isSetAppearances()
-
-