Uses of Interface
org.citygml4j.model.common.copy.Copyable

Packages that use Copyable
org.citygml4j.geometry   
org.citygml4j.impl.citygml.appearance   
org.citygml4j.impl.citygml.building   
org.citygml4j.impl.citygml.cityfurniture   
org.citygml4j.impl.citygml.cityobjectgroup   
org.citygml4j.impl.citygml.core   
org.citygml4j.impl.citygml.generics   
org.citygml4j.impl.citygml.landuse   
org.citygml4j.impl.citygml.relief   
org.citygml4j.impl.citygml.texturedsurface   
org.citygml4j.impl.citygml.transportation   
org.citygml4j.impl.citygml.vegetation   
org.citygml4j.impl.citygml.waterbody   
org.citygml4j.impl.gml.base   
org.citygml4j.impl.gml.basicTypes   
org.citygml4j.impl.gml.coverage   
org.citygml4j.impl.gml.feature   
org.citygml4j.impl.gml.geometry   
org.citygml4j.impl.gml.geometry.aggregates   
org.citygml4j.impl.gml.geometry.complexes   
org.citygml4j.impl.gml.geometry.primitives   
org.citygml4j.impl.gml.grids   
org.citygml4j.impl.gml.measures   
org.citygml4j.impl.gml.valueObjects   
org.citygml4j.impl.xal   
org.citygml4j.model.citygml.ade   
org.citygml4j.model.citygml.appearance   
org.citygml4j.model.citygml.building   
org.citygml4j.model.citygml.cityfurniture   
org.citygml4j.model.citygml.cityobjectgroup   
org.citygml4j.model.citygml.core   
org.citygml4j.model.citygml.generics   
org.citygml4j.model.citygml.landuse   
org.citygml4j.model.citygml.relief   
org.citygml4j.model.citygml.texturedsurface   
org.citygml4j.model.citygml.transportation   
org.citygml4j.model.citygml.vegetation   
org.citygml4j.model.citygml.waterbody   
org.citygml4j.model.gml.base   
org.citygml4j.model.gml.basicTypes   
org.citygml4j.model.gml.coverage   
org.citygml4j.model.gml.feature   
org.citygml4j.model.gml.geometry   
org.citygml4j.model.gml.geometry.aggregates   
org.citygml4j.model.gml.geometry.complexes   
org.citygml4j.model.gml.geometry.primitives   
org.citygml4j.model.gml.grids   
org.citygml4j.model.gml.measures   
org.citygml4j.model.gml.valueObjects   
org.citygml4j.model.xal   
 

Uses of Copyable in org.citygml4j.geometry
 

Subinterfaces of Copyable in org.citygml4j.geometry
 interface Geometry
           
 

Classes in org.citygml4j.geometry that implement Copyable
 class BoundingBox
           
 class Matrix
           
 class Point
           
 

Uses of Copyable in org.citygml4j.impl.citygml.appearance
 

Classes in org.citygml4j.impl.citygml.appearance that implement Copyable
 class AbstractSurfaceDataImpl
           
 class AbstractTextureImpl
           
 class AbstractTextureParameterizationImpl
           
 class AppearanceImpl
           
 class AppearanceMemberImpl
           
 class AppearancePropertyImpl
           
 class ColorImpl
           
 class ColorPlusOpacityImpl
           
 class GeoreferencedTextureImpl
           
 class ParameterizedTextureImpl
           
 class SurfaceDataPropertyImpl
           
 class TexCoordGenImpl
           
 class TexCoordListImpl
           
 class TextureAssociationImpl
           
 class TextureCoordinatesImpl
           
 class WorldToTextureImpl
           
 class X3DMaterialImpl
           
 

Uses of Copyable in org.citygml4j.impl.citygml.building
 

Classes in org.citygml4j.impl.citygml.building that implement Copyable
 class AbstractBoundarySurfaceImpl
           
 class AbstractBuildingImpl
           
 class AbstractOpeningImpl
           
 class BoundarySurfacePropertyImpl
           
 class BuildingFurnitureImpl
           
 class BuildingImpl
           
 class BuildingInstallationImpl
           
 class BuildingInstallationPropertyImpl
           
 class BuildingPartImpl
           
 class BuildingPartPropertyImpl
           
 class CeilingSurfaceImpl
           
 class ClosureSurfaceImpl
           
 class DoorImpl
           
 class FloorSurfaceImpl
           
 class GroundSurfaceImpl
           
 class IntBuildingInstallationImpl
           
 class IntBuildingInstallationPropertyImpl
           
 class InteriorFurniturePropertyImpl
           
 class InteriorRoomPropertyImpl
           
 class InteriorWallSurfaceImpl
           
 class OpeningPropertyImpl
           
 class RoofSurfaceImpl
           
 class RoomImpl
           
 class WallSurfaceImpl
           
 class WindowImpl
           
 

Uses of Copyable in org.citygml4j.impl.citygml.cityfurniture
 

Classes in org.citygml4j.impl.citygml.cityfurniture that implement Copyable
 class CityFurnitureImpl
           
 

Uses of Copyable in org.citygml4j.impl.citygml.cityobjectgroup
 

Classes in org.citygml4j.impl.citygml.cityobjectgroup that implement Copyable
 class CityObjectGroupImpl
           
 class CityObjectGroupMemberImpl
           
 class CityObjectGroupParentImpl
           
 

Uses of Copyable in org.citygml4j.impl.citygml.core
 

Classes in org.citygml4j.impl.citygml.core that implement Copyable
 class AbstractCityObjectImpl
           
 class AbstractSiteImpl
           
 class AddressImpl
           
 class AddressPropertyImpl
           
 class CityModelImpl
           
 class CityObjectMemberImpl
           
 class ExternalObjectImpl
           
 class ExternalReferenceImpl
           
 class GeneralizationRelationImpl
           
 class ImplicitGeometryImpl
           
 class ImplicitRepresentationPropertyImpl
           
 class TransformationMatrix2x2Impl
           
 class TransformationMatrix3x4Impl
           
 class TransformationMatrix4x4Impl
           
 class XalAddressPropertyImpl
           
 

Uses of Copyable in org.citygml4j.impl.citygml.generics
 

Classes in org.citygml4j.impl.citygml.generics that implement Copyable
 class AbstractGenericAttributeImpl
           
 class DateAttributeImpl
           
 class DoubleAttributeImpl
           
 class GenericCityObjectImpl
           
 class IntAttributeImpl
           
 class StringAttributeImpl
           
 class UriAttributeImpl
           
 

Uses of Copyable in org.citygml4j.impl.citygml.landuse
 

Classes in org.citygml4j.impl.citygml.landuse that implement Copyable
 class LandUseImpl
           
 

Uses of Copyable in org.citygml4j.impl.citygml.relief
 

Classes in org.citygml4j.impl.citygml.relief that implement Copyable
 class AbstractReliefComponentImpl
           
 class BreaklineReliefImpl
           
 class GridPropertyImpl
           
 class MassPointReliefImpl
           
 class RasterReliefImpl
           
 class ReliefComponentPropertyImpl
           
 class ReliefFeatureImpl
           
 class TinPropertyImpl
           
 class TINReliefImpl
           
 

Uses of Copyable in org.citygml4j.impl.citygml.texturedsurface
 

Classes in org.citygml4j.impl.citygml.texturedsurface that implement Copyable
 class _AbstractAppearanceImpl
           
 class _AppearancePropertyImpl
           
 class _ColorImpl
           
 class _MaterialImpl
           
 class _SimpleTextureImpl
           
 class _TexturedSurfaceImpl
           
 

Uses of Copyable in org.citygml4j.impl.citygml.transportation
 

Classes in org.citygml4j.impl.citygml.transportation that implement Copyable
 class AbstractTransportationObjectImpl
           
 class AuxiliaryTrafficAreaImpl
           
 class AuxiliaryTrafficAreaPropertyImpl
           
 class RailwayImpl
           
 class RoadImpl
           
 class SquareImpl
           
 class TrackImpl
           
 class TrafficAreaImpl
           
 class TrafficAreaPropertyImpl
           
 class TransportationComplexImpl
           
 

Uses of Copyable in org.citygml4j.impl.citygml.vegetation
 

Classes in org.citygml4j.impl.citygml.vegetation that implement Copyable
 class AbstractVegetationObjectImpl
           
 class PlantCoverImpl
           
 class SolitaryVegetationObjectImpl
           
 

Uses of Copyable in org.citygml4j.impl.citygml.waterbody
 

Classes in org.citygml4j.impl.citygml.waterbody that implement Copyable
 class AbstractWaterBoundarySurfaceImpl
           
 class AbstractWaterObjectImpl
           
 class BoundedByWaterSurfacePropertyImpl
           
 class WaterBodyImpl
           
 class WaterClosureSurfaceImpl
           
 class WaterGroundSurfaceImpl
           
 class WaterSurfaceImpl
           
 

Uses of Copyable in org.citygml4j.impl.gml.base
 

Classes in org.citygml4j.impl.gml.base that implement Copyable
 class AbstractGMLImpl
           
 class ArrayAssociationImpl<T extends Associable & Child>
           
 class AssociationByRepImpl<T extends Associable & Child>
           
 class AssociationByRepOrRefImpl<T extends Associable & Child>
           
 class MetaDataPropertyImpl
           
 class StringOrRefImpl
           
 

Uses of Copyable in org.citygml4j.impl.gml.basicTypes
 

Classes in org.citygml4j.impl.gml.basicTypes that implement Copyable
 class BooleanOrNullImpl
           
 class BooleanOrNullListImpl
           
 class CodeImpl
           
 class CodeOrNullListImpl
           
 class CoordinatesImpl
           
 class DoubleOrNullImpl
           
 class DoubleOrNullListImpl
           
 class IntegerOrNullImpl
           
 class IntegerOrNullListImpl
           
 class MeasureImpl
           
 class MeasureOrNullListImpl
           
 class NameOrNullImpl
           
 class NullImpl
           
 

Uses of Copyable in org.citygml4j.impl.gml.coverage
 

Classes in org.citygml4j.impl.gml.coverage that implement Copyable
 class AbstractCoverageImpl
           
 class AbstractDiscreteCoverageImpl
           
 class CoverageFunctionImpl
           
 class DataBlockImpl
           
 class DomainSetImpl<T extends AbstractGeometry>
           
 class FileImpl
           
 class GridFunctionImpl
           
 class IndexMapImpl
           
 class RangeParametersImpl
           
 class RangeSetImpl
           
 class RectifiedGridCoverageImpl
           
 class RectifiedGridDomainImpl
           
 class SequenceRuleImpl
           
 

Uses of Copyable in org.citygml4j.impl.gml.feature
 

Classes in org.citygml4j.impl.gml.feature that implement Copyable
 class AbstractFeatureCollectionImpl
           
 class AbstractFeatureImpl
           
 class BoundingShapeImpl
           
 class FeatureArrayPropertyImpl
           
 class FeatureMemberImpl
           
 class FeaturePropertyImpl<T extends AbstractFeature>
           
 class LocationPropertyImpl
           
 class PriorityLocationPropertyImpl
           
 

Uses of Copyable in org.citygml4j.impl.gml.geometry
 

Classes in org.citygml4j.impl.gml.geometry that implement Copyable
 class AbstractGeometryImpl
           
 class GeometryArrayPropertyImpl<T extends AbstractGeometry>
           
 class GeometryPropertyImpl<T extends AbstractGeometry>
           
 class InlineGeometryPropertyImpl<T extends AbstractGeometry>
           
 

Uses of Copyable in org.citygml4j.impl.gml.geometry.aggregates
 

Classes in org.citygml4j.impl.gml.geometry.aggregates that implement Copyable
 class AbstractGeometricAggregateImpl
           
 class MultiCurveImpl
           
 class MultiCurvePropertyImpl
           
 class MultiLineStringImpl
           
 class MultiLineStringPropertyImpl
           
 class MultiPointImpl
           
 class MultiPointPropertyImpl
           
 class MultiPolygonImpl
           
 class MultiPolygonPropertyImpl
           
 class MultiSolidImpl
           
 class MultiSolidPropertyImpl
           
 class MultiSurfaceImpl
           
 class MultiSurfacePropertyImpl
           
 

Uses of Copyable in org.citygml4j.impl.gml.geometry.complexes
 

Classes in org.citygml4j.impl.gml.geometry.complexes that implement Copyable
 class CompositeCurveImpl
           
 class CompositeCurvePropertyImpl
           
 class CompositeSolidImpl
           
 class CompositeSolidPropertyImpl
           
 class CompositeSurfaceImpl
           
 class CompositeSurfacePropertyImpl
           
 class GeometricComplexImpl
           
 class GeometricComplexPropertyImpl
           
 

Uses of Copyable in org.citygml4j.impl.gml.geometry.primitives
 

Classes in org.citygml4j.impl.gml.geometry.primitives that implement Copyable
 class AbstractCurveImpl
           
 class AbstractCurveSegmentImpl
           
 class AbstractGeometricPrimitiveImpl
           
 class AbstractRingImpl
           
 class AbstractRingPropertyImpl
           
 class AbstractSolidImpl
           
 class AbstractSurfaceImpl
           
 class AbstractSurfacePatchImpl
           
 class ControlPointImpl
           
 class CoordImpl
           
 class CurveArrayPropertyImpl
           
 class CurveImpl
           
 class CurvePropertyImpl
           
 class CurveSegmentArrayPropertyImpl
           
 class DirectPositionImpl
           
 class DirectPositionListImpl
           
 class EnvelopeImpl
           
 class ExteriorImpl
           
 class GeometricPositionGroupImpl
           
 class GeometricPrimitivePropertyImpl
           
 class InnerBoundaryIsImpl
           
 class InteriorImpl
           
 class LinearRingImpl
           
 class LinearRingPropertyImpl
           
 class LineStringImpl
           
 class LineStringPropertyImpl
           
 class LineStringSegmentArrayPropertyImpl
           
 class LineStringSegmentImpl
           
 class OrientableCurveImpl
           
 class OrientableSurfaceImpl
           
 class OuterBoundaryIsImpl
           
 class PointArrayPropertyImpl
           
 class PointImpl
           
 class PointPropertyImpl
           
 class PointRepImpl
           
 class PolygonImpl
           
 class PolygonPropertyImpl
           
 class PosOrPointPropertyOrPointRepImpl
           
 class PosOrPointPropertyOrPointRepOrCoordImpl
           
 class RectangleImpl
           
 class RingImpl
           
 class SolidArrayPropertyImpl
           
 class SolidImpl
           
 class SolidPropertyImpl
           
 class SurfaceArrayPropertyImpl
           
 class SurfaceImpl
           
 class SurfacePatchArrayPropertyImpl
           
 class SurfacePropertyImpl
           
 class TinImpl
           
 class TriangleImpl
           
 class TrianglePatchArrayPropertyImpl
           
 class TriangulatedSurfaceImpl
           
 class VectorImpl
           
 

Uses of Copyable in org.citygml4j.impl.gml.grids
 

Classes in org.citygml4j.impl.gml.grids that implement Copyable
 class GridEnvelopeImpl
           
 class GridImpl
           
 class GridLimitsImpl
           
 class RectifiedGridImpl
           
 

Uses of Copyable in org.citygml4j.impl.gml.measures
 

Classes in org.citygml4j.impl.gml.measures that implement Copyable
 class LengthImpl
           
 class SpeedImpl
           
 

Uses of Copyable in org.citygml4j.impl.gml.valueObjects
 

Classes in org.citygml4j.impl.gml.valueObjects that implement Copyable
 class CategoryExtentImpl
           
 class CompositeValueImpl
           
 class CountExtentImpl
           
 class QuantityExtentImpl
           
 class ScalarValueImpl
           
 class ScalarValueListImpl
           
 class ValueArrayImpl
           
 class ValueArrayPropertyImpl
           
 class ValueExtentImpl
           
 class ValueImpl
           
 class ValueObjectImpl
           
 class ValuePropertyImpl
           
 

Uses of Copyable in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement Copyable
 class AddressDetailsImpl
           
 class AddressIdentifierImpl
           
 class AddressLatitudeDirectionImpl
           
 class AddressLatitudeImpl
           
 class AddressLineImpl
           
 class AddressLinesImpl
           
 class AddressLongitudeDirectionImpl
           
 class AddressLongitudeImpl
           
 class AdministrativeAreaImpl
           
 class AdministrativeAreaNameImpl
           
 class BarcodeImpl
           
 class BuildingNameImpl
           
 class CountryImpl
           
 class CountryNameCodeImpl
           
 class CountryNameImpl
           
 class DepartmentImpl
           
 class DepartmentNameImpl
           
 class DependentLocalityImpl
           
 class DependentLocalityNameImpl
           
 class DependentLocalityNumberImpl
           
 class DependentThoroughfareImpl
           
 class EndorsementLineCodeImpl
           
 class FirmImpl
           
 class FirmNameImpl
           
 class KeyLineCodeImpl
           
 class LargeMailUserIdentifierImpl
           
 class LargeMailUserImpl
           
 class LargeMailUserNameImpl
           
 class LocalityImpl
           
 class LocalityNameImpl
           
 class MailStopImpl
           
 class MailStopNameImpl
           
 class MailStopNumberImpl
           
 class PostalCodeImpl
           
 class PostalCodeNumberExtensionImpl
           
 class PostalCodeNumberImpl
           
 class PostalRouteImpl
           
 class PostalRouteNameImpl
           
 class PostalRouteNumberImpl
           
 class PostalServiceElementsImpl
           
 class PostBoxImpl
           
 class PostBoxNumberExtensionImpl
           
 class PostBoxNumberImpl
           
 class PostBoxNumberPrefixImpl
           
 class PostBoxNumberSuffixImpl
           
 class PostOfficeImpl
           
 class PostOfficeNameImpl
           
 class PostOfficeNumberImpl
           
 class PostTownImpl
           
 class PostTownNameImpl
           
 class PostTownSuffixImpl
           
 class PremiseImpl
           
 class PremiseLocationImpl
           
 class PremiseNameImpl
           
 class PremiseNumberImpl
           
 class PremiseNumberPrefixImpl
           
 class PremiseNumberRangeFromImpl
           
 class PremiseNumberRangeImpl
           
 class PremiseNumberRangeToImpl
           
 class PremiseNumberSuffixImpl
           
 class SortingCodeImpl
           
 class SubAdministrativeAreaImpl
           
 class SubAdministrativeAreaNameImpl
           
 class SubPremiseImpl
           
 class SubPremiseLocationImpl
           
 class SubPremiseNameImpl
           
 class SubPremiseNumberImpl
           
 class SubPremiseNumberPrefixImpl
           
 class SubPremiseNumberSuffixImpl
           
 class SupplementaryPostalServiceDataImpl
           
 class ThoroughfareImpl
           
 class ThoroughfareLeadingTypeImpl
           
 class ThoroughfareNameImpl
           
 class ThoroughfareNumberFromContentImpl
           
 class ThoroughfareNumberFromImpl
           
 class ThoroughfareNumberImpl
           
 class ThoroughfareNumberOrRangeImpl
           
 class ThoroughfareNumberPrefixImpl
           
 class ThoroughfareNumberRangeImpl
           
 class ThoroughfareNumberSuffixImpl
           
 class ThoroughfareNumberToContentImpl
           
 class ThoroughfareNumberToImpl
           
 class ThoroughfarePostDirectionImpl
           
 class ThoroughfarePreDirectionImpl
           
 class ThoroughfareTrailingTypeImpl
           
 

Uses of Copyable in org.citygml4j.model.citygml.ade
 

Classes in org.citygml4j.model.citygml.ade that implement Copyable
 class ADEComponent
           
 

Uses of Copyable in org.citygml4j.model.citygml.appearance
 

Subinterfaces of Copyable in org.citygml4j.model.citygml.appearance
 interface AbstractSurfaceData
           
 interface AbstractTexture
           
 interface AbstractTextureParameterization
           
 interface Appearance
           
 interface AppearanceMember
           
 interface AppearanceProperty
           
 interface Color
           
 interface ColorPlusOpacity
           
 interface GeoreferencedTexture
           
 interface ParameterizedTexture
           
 interface SurfaceDataProperty
           
 interface TexCoordGen
           
 interface TexCoordList
           
 interface TextureAssociation
           
 interface TextureCoordinates
           
 interface WorldToTexture
           
 interface X3DMaterial
           
 

Classes in org.citygml4j.model.citygml.appearance that implement Copyable
 class TextureType
           
 class WrapMode
           
 

Uses of Copyable in org.citygml4j.model.citygml.building
 

Subinterfaces of Copyable in org.citygml4j.model.citygml.building
 interface AbstractBoundarySurface
           
 interface AbstractBuilding
           
 interface AbstractOpening
           
 interface BoundarySurfaceProperty
           
 interface Building
           
 interface BuildingFurniture
           
 interface BuildingInstallation
           
 interface BuildingInstallationProperty
           
 interface BuildingPart
           
 interface BuildingPartProperty
           
 interface CeilingSurface
           
 interface ClosureSurface
           
 interface Door
           
 interface FloorSurface
           
 interface GroundSurface
           
 interface IntBuildingInstallation
           
 interface IntBuildingInstallationProperty
           
 interface InteriorFurnitureProperty
           
 interface InteriorRoomProperty
           
 interface InteriorWallSurface
           
 interface OpeningProperty
           
 interface RoofSurface
           
 interface Room
           
 interface WallSurface
           
 interface Window
           
 

Uses of Copyable in org.citygml4j.model.citygml.cityfurniture
 

Subinterfaces of Copyable in org.citygml4j.model.citygml.cityfurniture
 interface CityFurniture
           
 

Uses of Copyable in org.citygml4j.model.citygml.cityobjectgroup
 

Subinterfaces of Copyable in org.citygml4j.model.citygml.cityobjectgroup
 interface CityObjectGroup
           
 interface CityObjectGroupMember
           
 interface CityObjectGroupParent
           
 

Uses of Copyable in org.citygml4j.model.citygml.core
 

Subinterfaces of Copyable in org.citygml4j.model.citygml.core
 interface AbstractCityObject
           
 interface AbstractSite
           
 interface AddressProperty
           
 interface CityModel
           
 interface CityObjectMember
           
 interface ExternalObject
           
 interface ExternalReference
           
 interface GeneralizationRelation
           
 interface ImplicitGeometry
           
 interface ImplicitRepresentationProperty
           
 interface TransformationMatrix2x2
           
 interface TransformationMatrix3x4
           
 interface TransformationMatrix4x4
           
 interface XalAddressProperty
           
 

Uses of Copyable in org.citygml4j.model.citygml.generics
 

Subinterfaces of Copyable in org.citygml4j.model.citygml.generics
 interface AbstractGenericAttribute
           
 interface DateAttribute
           
 interface DoubleAttribute
           
 interface GenericCityObject
           
 interface IntAttribute
           
 interface StringAttribute
           
 interface UriAttribute
           
 

Uses of Copyable in org.citygml4j.model.citygml.landuse
 

Subinterfaces of Copyable in org.citygml4j.model.citygml.landuse
 interface LandUse
           
 

Uses of Copyable in org.citygml4j.model.citygml.relief
 

Subinterfaces of Copyable in org.citygml4j.model.citygml.relief
 interface AbstractReliefComponent
           
 interface BreaklineRelief
           
 interface GridProperty
           
 interface MassPointRelief
           
 interface RasterRelief
           
 interface ReliefComponentProperty
           
 interface ReliefFeature
           
 interface TinProperty
           
 interface TINRelief
           
 

Uses of Copyable in org.citygml4j.model.citygml.texturedsurface
 

Subinterfaces of Copyable in org.citygml4j.model.citygml.texturedsurface
 interface _AbstractAppearance
           
 interface _AppearanceProperty
           
 interface _Color
           
 interface _Material
           
 interface _SimpleTexture
           
 interface _TexturedSurface
           
 

Classes in org.citygml4j.model.citygml.texturedsurface that implement Copyable
 class _TextureType
           
 

Uses of Copyable in org.citygml4j.model.citygml.transportation
 

Subinterfaces of Copyable in org.citygml4j.model.citygml.transportation
 interface AbstractTransportationObject
           
 interface AuxiliaryTrafficArea
           
 interface AuxiliaryTrafficAreaProperty
           
 interface Railway
           
 interface Road
           
 interface Square
           
 interface Track
           
 interface TrafficArea
           
 interface TrafficAreaProperty
           
 interface TransportationComplex
           
 

Uses of Copyable in org.citygml4j.model.citygml.vegetation
 

Subinterfaces of Copyable in org.citygml4j.model.citygml.vegetation
 interface AbstractVegetationObject
           
 interface PlantCover
           
 interface SolitaryVegetationObject
           
 

Uses of Copyable in org.citygml4j.model.citygml.waterbody
 

Subinterfaces of Copyable in org.citygml4j.model.citygml.waterbody
 interface AbstractWaterBoundarySurface
           
 interface AbstractWaterObject
           
 interface BoundedByWaterSurfaceProperty
           
 interface WaterBody
           
 interface WaterClosureSurface
           
 interface WaterGroundSurface
           
 interface WaterSurface
           
 

Uses of Copyable in org.citygml4j.model.gml.base
 

Subinterfaces of Copyable in org.citygml4j.model.gml.base
 interface AbstractGML
           
 interface ArrayAssociation<T extends Associable & Child>
           
 interface AssociationByRep<T extends Associable & Child>
           
 interface AssociationByRepOrRef<T extends Associable & Child>
           
 interface MetaDataProperty
           
 interface StringOrRef
           
 

Classes in org.citygml4j.model.gml.base that implement Copyable
 class MetaData
           
 

Uses of Copyable in org.citygml4j.model.gml.basicTypes
 

Subinterfaces of Copyable in org.citygml4j.model.gml.basicTypes
 interface BooleanOrNull
           
 interface BooleanOrNullList
           
 interface Code
           
 interface CodeOrNullList
           
 interface Coordinates
           
 interface DoubleOrNull
           
 interface DoubleOrNullList
           
 interface IntegerOrNull
           
 interface IntegerOrNullList
           
 interface Measure
           
 interface MeasureOrNullList
           
 interface NameOrNull
           
 interface Null
           
 

Uses of Copyable in org.citygml4j.model.gml.coverage
 

Subinterfaces of Copyable in org.citygml4j.model.gml.coverage
 interface AbstractCoverage
           
 interface AbstractDiscreteCoverage
           
 interface CoverageFunction
           
 interface DataBlock
           
 interface DomainSet<T extends AbstractGeometry>
           
 interface File
           
 interface GridFunction
           
 interface IndexMap
           
 interface RangeParameters
           
 interface RangeSet
           
 interface RectifiedGridCoverage
           
 interface RectifiedGridDomain
           
 interface SequenceRule
           
 

Classes in org.citygml4j.model.gml.coverage that implement Copyable
 class FileValueModel
           
 class IncrementOrder
           
 class SequenceRuleNames
           
 

Uses of Copyable in org.citygml4j.model.gml.feature
 

Subinterfaces of Copyable in org.citygml4j.model.gml.feature
 interface AbstractFeature
           
 interface AbstractFeatureCollection
           
 interface BoundingShape
           
 interface FeatureArrayProperty
           
 interface FeatureMember
           
 interface FeatureProperty<T extends AbstractFeature>
           
 interface LocationProperty
           
 interface PriorityLocationProperty
           
 

Uses of Copyable in org.citygml4j.model.gml.geometry
 

Subinterfaces of Copyable in org.citygml4j.model.gml.geometry
 interface AbstractGeometry
           
 interface GeometryArrayProperty<T extends AbstractGeometry>
           
 interface GeometryProperty<T extends AbstractGeometry>
           
 interface InlineGeometryProperty<T extends AbstractGeometry>
           
 

Uses of Copyable in org.citygml4j.model.gml.geometry.aggregates
 

Subinterfaces of Copyable in org.citygml4j.model.gml.geometry.aggregates
 interface AbstractGeometricAggregate
           
 interface MultiCurve
           
 interface MultiCurveProperty
           
 interface MultiLineString
           
 interface MultiLineStringProperty
           
 interface MultiPoint
           
 interface MultiPointProperty
           
 interface MultiPolygon
           
 interface MultiPolygonProperty
           
 interface MultiSolid
           
 interface MultiSolidProperty
           
 interface MultiSurface
           
 interface MultiSurfaceProperty
           
 

Uses of Copyable in org.citygml4j.model.gml.geometry.complexes
 

Subinterfaces of Copyable in org.citygml4j.model.gml.geometry.complexes
 interface CompositeCurve
           
 interface CompositeCurveProperty
           
 interface CompositeSolid
           
 interface CompositeSolidProperty
           
 interface CompositeSurface
           
 interface CompositeSurfaceProperty
           
 interface GeometricComplex
           
 interface GeometricComplexProperty
           
 

Uses of Copyable in org.citygml4j.model.gml.geometry.primitives
 

Subinterfaces of Copyable in org.citygml4j.model.gml.geometry.primitives
 interface AbstractCurve
           
 interface AbstractCurveSegment
           
 interface AbstractGeometricPrimitive
           
 interface AbstractRing
           
 interface AbstractRingProperty
           
 interface AbstractSolid
           
 interface AbstractSurface
           
 interface AbstractSurfacePatch
           
 interface ControlPoint
           
 interface Coord
           
 interface Curve
           
 interface CurveArrayProperty
           
 interface CurveProperty
           
 interface CurveSegmentArrayProperty
           
 interface DirectPosition
           
 interface DirectPositionList
           
 interface Envelope
           
 interface Exterior
           
 interface GeometricPositionGroup
           
 interface GeometricPrimitiveProperty
           
 interface InnerBoundaryIs
           
 interface Interior
           
 interface LinearRing
           
 interface LinearRingProperty
           
 interface LineString
           
 interface LineStringProperty
           
 interface LineStringSegment
           
 interface LineStringSegmentArrayProperty
           
 interface OrientableCurve
           
 interface OrientableSurface
           
 interface OuterBoundaryIs
           
 interface Point
           
 interface PointArrayProperty
           
 interface PointProperty
           
 interface PointRep
           
 interface Polygon
           
 interface PolygonProperty
           
 interface PosOrPointPropertyOrPointRep
           
 interface PosOrPointPropertyOrPointRepOrCoord
           
 interface Rectangle
           
 interface Ring
           
 interface Solid
           
 interface SolidArrayProperty
           
 interface SolidProperty
           
 interface Surface
           
 interface SurfaceArrayProperty
           
 interface SurfacePatchArrayProperty
           
 interface SurfaceProperty
           
 interface Tin
           
 interface Triangle
           
 interface TrianglePatchArrayProperty
           
 interface TriangulatedSurface
           
 interface Vector
           
 

Classes in org.citygml4j.model.gml.geometry.primitives that implement Copyable
 class CurveInterpolation
           
 class SurfaceInterpolation
           
 

Uses of Copyable in org.citygml4j.model.gml.grids
 

Subinterfaces of Copyable in org.citygml4j.model.gml.grids
 interface Grid
           
 interface GridEnvelope
           
 interface GridLimits
           
 interface RectifiedGrid
           
 

Uses of Copyable in org.citygml4j.model.gml.measures
 

Subinterfaces of Copyable in org.citygml4j.model.gml.measures
 interface Length
           
 interface Speed
           
 

Uses of Copyable in org.citygml4j.model.gml.valueObjects
 

Subinterfaces of Copyable in org.citygml4j.model.gml.valueObjects
 interface CategoryExtent
           
 interface CompositeValue
           
 interface CountExtent
           
 interface QuantityExtent
           
 interface ScalarValue
           
 interface ScalarValueList
           
 interface Value
           
 interface ValueArray
           
 interface ValueArrayProperty
           
 interface ValueExtent
           
 interface ValueObject
           
 interface ValueProperty
           
 

Classes in org.citygml4j.model.gml.valueObjects that implement Copyable
 class GenericValueObject
           
 

Uses of Copyable in org.citygml4j.model.xal
 

Subinterfaces of Copyable in org.citygml4j.model.xal
 interface Address
           
 interface AddressDetails
           
 interface AddressIdentifier
           
 interface AddressLatitude
           
 interface AddressLatitudeDirection
           
 interface AddressLine
           
 interface AddressLines
           
 interface AddressLongitude
           
 interface AddressLongitudeDirection
           
 interface AdministrativeArea
           
 interface AdministrativeAreaName
           
 interface Barcode
           
 interface BuildingName
           
 interface Country
           
 interface CountryName
           
 interface CountryNameCode
           
 interface Department
           
 interface DepartmentName
           
 interface DependentLocality
           
 interface DependentLocalityName
           
 interface DependentLocalityNumber
           
 interface DependentThoroughfare
           
 interface EndorsementLineCode
           
 interface Firm
           
 interface FirmName
           
 interface KeyLineCode
           
 interface LargeMailUser
           
 interface LargeMailUserIdentifier
           
 interface LargeMailUserName
           
 interface Locality
           
 interface LocalityName
           
 interface MailStop
           
 interface MailStopName
           
 interface MailStopNumber
           
 interface PostalCode
           
 interface PostalCodeNumber
           
 interface PostalCodeNumberExtension
           
 interface PostalRoute
           
 interface PostalRouteName
           
 interface PostalRouteNumber
           
 interface PostalServiceElements
           
 interface PostBox
           
 interface PostBoxNumber
           
 interface PostBoxNumberExtension
           
 interface PostBoxNumberPrefix
           
 interface PostBoxNumberSuffix
           
 interface PostOffice
           
 interface PostOfficeName
           
 interface PostOfficeNumber
           
 interface PostTown
           
 interface PostTownName
           
 interface PostTownSuffix
           
 interface Premise
           
 interface PremiseLocation
           
 interface PremiseName
           
 interface PremiseNumber
           
 interface PremiseNumberPrefix
           
 interface PremiseNumberRange
           
 interface PremiseNumberRangeFrom
           
 interface PremiseNumberRangeTo
           
 interface PremiseNumberSuffix
           
 interface SortingCode
           
 interface SubAdministrativeArea
           
 interface SubAdministrativeAreaName
           
 interface SubPremise
           
 interface SubPremiseLocation
           
 interface SubPremiseName
           
 interface SubPremiseNumber
           
 interface SubPremiseNumberPrefix
           
 interface SubPremiseNumberSuffix
           
 interface SupplementaryPostalServiceData
           
 interface Thoroughfare
           
 interface ThoroughfareLeadingType
           
 interface ThoroughfareName
           
 interface ThoroughfareNumber
           
 interface ThoroughfareNumberFrom
           
 interface ThoroughfareNumberFromContent
           
 interface ThoroughfareNumberOrRange
           
 interface ThoroughfareNumberPrefix
           
 interface ThoroughfareNumberRange
           
 interface ThoroughfareNumberSuffix
           
 interface ThoroughfareNumberTo
           
 interface ThoroughfareNumberToContent
           
 interface ThoroughfarePostDirection
           
 interface ThoroughfarePreDirection
           
 interface ThoroughfareTrailingType