Uses of Class
net.opengis.citygml.v_2_0.AbstractSiteType

Packages that use AbstractSiteType
net.opengis.citygml.bridge.v_2_0   
net.opengis.citygml.building.v_2_0   
net.opengis.citygml.tunnel.v_2_0   
net.opengis.citygml.v_2_0   
 

Uses of AbstractSiteType in net.opengis.citygml.bridge.v_2_0
 

Subclasses of AbstractSiteType in net.opengis.citygml.bridge.v_2_0
 class AbstractBridgeType
          Type describing the thematic and geometric attributes and the associations of bridges.
 class BridgePartType
          Java class for BridgePartType complex type.
 class BridgeType
          Java class for BridgeType complex type.
 

Uses of AbstractSiteType in net.opengis.citygml.building.v_2_0
 

Subclasses of AbstractSiteType in net.opengis.citygml.building.v_2_0
 class AbstractBuildingType
          Type describing the thematic and geometric attributes and the associations of buildings.
 class BuildingPartType
          Java class for BuildingPartType complex type.
 class BuildingType
          Java class for BuildingType complex type.
 

Uses of AbstractSiteType in net.opengis.citygml.tunnel.v_2_0
 

Subclasses of AbstractSiteType in net.opengis.citygml.tunnel.v_2_0
 class AbstractTunnelType
          Abstract super class of the features Tunnel and TunnelPart
 class TunnelPartType
          A Tunnel composed of structural segments differing in important geometrical or semantical properties can be separated into one Tunnel and additional TunnelParts.
 class TunnelType
          Horizontal or sloping underground or partly underground, enclosed way of some length (ISO 6707-1)
 

Uses of AbstractSiteType in net.opengis.citygml.v_2_0
 

Methods in net.opengis.citygml.v_2_0 that return AbstractSiteType
 AbstractSiteType AbstractSiteType.withCreationDate(XMLGregorianCalendar value)
           
 AbstractSiteType AbstractSiteType.withExternalReference(Collection<ExternalReferenceType> values)
           
 AbstractSiteType AbstractSiteType.withExternalReference(ExternalReferenceType... values)
           
 AbstractSiteType AbstractSiteType.withExternalReference(List<ExternalReferenceType> value)
           
 AbstractSiteType AbstractSiteType.withGeneralizesTo(Collection<GeneralizationRelationType> values)
           
 AbstractSiteType AbstractSiteType.withGeneralizesTo(GeneralizationRelationType... values)
           
 AbstractSiteType AbstractSiteType.withGeneralizesTo(List<GeneralizationRelationType> value)
           
 AbstractSiteType AbstractSiteType.withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
           
 AbstractSiteType AbstractSiteType.withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
           
 AbstractSiteType AbstractSiteType.withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
           
 AbstractSiteType AbstractSiteType.withGenericApplicationPropertyOfSite(Collection<Object> values)
           
 AbstractSiteType AbstractSiteType.withGenericApplicationPropertyOfSite(List<Object> value)
           
 AbstractSiteType AbstractSiteType.withGenericApplicationPropertyOfSite(Object... values)
           
 AbstractSiteType AbstractSiteType.withRelativeToTerrain(RelativeToTerrainType value)
           
 AbstractSiteType AbstractSiteType.withRelativeToWater(RelativeToWaterType value)
           
 AbstractSiteType AbstractSiteType.withTerminationDate(XMLGregorianCalendar value)
           
 

Methods in net.opengis.citygml.v_2_0 that return types with arguments of type AbstractSiteType
 JAXBElement<AbstractSiteType> ObjectFactory.createSite(AbstractSiteType value)
          Create an instance of JAXBElement<AbstractSiteType>}
 

Methods in net.opengis.citygml.v_2_0 with parameters of type AbstractSiteType
 JAXBElement<AbstractSiteType> ObjectFactory.createSite(AbstractSiteType value)
          Create an instance of JAXBElement<AbstractSiteType>}
 



Copyright © 2008-2015. All Rights Reserved.