Class CityModelInfo


  • public class CityModelInfo
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addADEProperty​(org.citygml4j.core.model.ade.ADEProperty adeProperty)  
      java.util.List<org.citygml4j.core.model.ade.ADEProperty> getADEProperties()  
      org.xmlobjects.gml.model.feature.BoundingShape getBoundedBy()  
      java.time.OffsetDateTime getCreationDate()  
      org.xmlobjects.gml.model.deprecated.StringOrRef getDescription()  
      org.xmlobjects.gml.model.base.Reference getDescriptionReference()  
      org.citygml4j.core.model.core.EngineeringCRSProperty getEngineeringCRS()  
      java.lang.String getId()  
      org.xmlobjects.gml.model.basictypes.CodeWithAuthority getIdentifier()  
      org.xmlobjects.gml.model.deprecated.LocationProperty getLocation()  
      java.util.List<org.xmlobjects.gml.model.deprecated.MetaDataProperty<?>> getMetaDataProperties()  
      java.util.List<org.xmlobjects.gml.model.basictypes.Code> getNames()  
      java.time.OffsetDateTime getTerminationDate()  
      java.time.OffsetDateTime getValidFrom()  
      java.time.OffsetDateTime getValidTo()  
      boolean hasADEProperties()  
      boolean isSetMetaDataProperties()  
      boolean isSetNames()  
      void setADEProperties​(java.util.List<org.citygml4j.core.model.ade.ADEProperty> adeProperties)  
      void setBoundedBy​(org.xmlobjects.gml.model.feature.BoundingShape boundedBy)  
      void setCreationDate​(java.time.OffsetDateTime creationDate)  
      void setDescription​(org.xmlobjects.gml.model.deprecated.StringOrRef description)  
      void setDescriptionReference​(org.xmlobjects.gml.model.base.Reference descriptionReference)  
      void setEngineeringCRS​(org.citygml4j.core.model.core.EngineeringCRSProperty engineeringCRS)  
      void setId​(java.lang.String id)  
      void setIdentifier​(org.xmlobjects.gml.model.basictypes.CodeWithAuthority identifier)  
      void setLocation​(org.xmlobjects.gml.model.deprecated.LocationProperty location)  
      void setMetaDataProperties​(java.util.List<org.xmlobjects.gml.model.deprecated.MetaDataProperty<?>> metaDataProperties)  
      void setNames​(java.util.List<org.xmlobjects.gml.model.basictypes.Code> names)  
      void setTerminationDate​(java.time.OffsetDateTime terminationDate)  
      void setValidFrom​(java.time.OffsetDateTime validFrom)  
      void setValidTo​(java.time.OffsetDateTime validTo)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getId

        public java.lang.String getId()
      • setId

        public void setId​(java.lang.String id)
      • getMetaDataProperties

        public java.util.List<org.xmlobjects.gml.model.deprecated.MetaDataProperty<?>> getMetaDataProperties()
      • isSetMetaDataProperties

        public boolean isSetMetaDataProperties()
      • setMetaDataProperties

        public void setMetaDataProperties​(java.util.List<org.xmlobjects.gml.model.deprecated.MetaDataProperty<?>> metaDataProperties)
      • getDescription

        public org.xmlobjects.gml.model.deprecated.StringOrRef getDescription()
      • setDescription

        public void setDescription​(org.xmlobjects.gml.model.deprecated.StringOrRef description)
      • getDescriptionReference

        public org.xmlobjects.gml.model.base.Reference getDescriptionReference()
      • setDescriptionReference

        public void setDescriptionReference​(org.xmlobjects.gml.model.base.Reference descriptionReference)
      • getIdentifier

        public org.xmlobjects.gml.model.basictypes.CodeWithAuthority getIdentifier()
      • setIdentifier

        public void setIdentifier​(org.xmlobjects.gml.model.basictypes.CodeWithAuthority identifier)
      • getNames

        public java.util.List<org.xmlobjects.gml.model.basictypes.Code> getNames()
      • isSetNames

        public boolean isSetNames()
      • setNames

        public void setNames​(java.util.List<org.xmlobjects.gml.model.basictypes.Code> names)
      • getBoundedBy

        public org.xmlobjects.gml.model.feature.BoundingShape getBoundedBy()
      • setBoundedBy

        public void setBoundedBy​(org.xmlobjects.gml.model.feature.BoundingShape boundedBy)
      • getLocation

        public org.xmlobjects.gml.model.deprecated.LocationProperty getLocation()
      • setLocation

        public void setLocation​(org.xmlobjects.gml.model.deprecated.LocationProperty location)
      • getCreationDate

        public java.time.OffsetDateTime getCreationDate()
      • setCreationDate

        public void setCreationDate​(java.time.OffsetDateTime creationDate)
      • getTerminationDate

        public java.time.OffsetDateTime getTerminationDate()
      • setTerminationDate

        public void setTerminationDate​(java.time.OffsetDateTime terminationDate)
      • getValidFrom

        public java.time.OffsetDateTime getValidFrom()
      • setValidFrom

        public void setValidFrom​(java.time.OffsetDateTime validFrom)
      • getValidTo

        public java.time.OffsetDateTime getValidTo()
      • setValidTo

        public void setValidTo​(java.time.OffsetDateTime validTo)
      • getEngineeringCRS

        public org.citygml4j.core.model.core.EngineeringCRSProperty getEngineeringCRS()
      • setEngineeringCRS

        public void setEngineeringCRS​(org.citygml4j.core.model.core.EngineeringCRSProperty engineeringCRS)
      • hasADEProperties

        public boolean hasADEProperties()
      • getADEProperties

        public java.util.List<org.citygml4j.core.model.ade.ADEProperty> getADEProperties()
      • setADEProperties

        public void setADEProperties​(java.util.List<org.citygml4j.core.model.ade.ADEProperty> adeProperties)
      • addADEProperty

        public void addADEProperty​(org.citygml4j.core.model.ade.ADEProperty adeProperty)