public class GeoreferencedTexture extends AbstractTexture
isSetMetaDataProperty
Constructor and Description |
---|
GeoreferencedTexture() |
GeoreferencedTexture(AppearanceModule module) |
addGenericApplicationPropertyOfTexture, getBorderColor, getGenericApplicationPropertyOfTexture, getImageURI, getMimeType, getTextureType, getWrapMode, isSetBorderColor, isSetGenericApplicationPropertyOfTexture, isSetImageURI, isSetMimeType, isSetTextureType, isSetWrapMode, setBorderColor, setGenericApplicationPropertyOfTexture, setImageURI, setMimeType, setTextureType, setWrapMode, unsetBorderColor, unsetGenericApplicationPropertyOfTexture, unsetGenericApplicationPropertyOfTexture, unsetImageURI, unsetMimeType, unsetTextureType, unsetWrapMode
addGenericApplicationPropertyOfSurfaceData, getCityGMLModule, getGenericApplicationPropertyOfSurfaceData, getIsFront, getModelType, isSetCityGMLModule, isSetGenericApplicationPropertyOfSurfaceData, isSetIsFront, setGenericApplicationPropertyOfSurfaceData, setIsFront, unsetGenericApplicationPropertyOfSurfaceData, unsetGenericApplicationPropertyOfSurfaceData, unsetIsFront
addGenericADEComponent, calcBoundedBy, getBoundedBy, getGenericADEComponent, getGMLClass, getLocation, isSetBoundedBy, isSetGenericADEComponent, isSetLocation, setBoundedBy, setGenericADEComponent, setLocation, unsetBoundedBy, unsetGenericADEComponent, unsetGenericADEComponent, unsetLocation
addMetaDataProperty, addName, getDescription, getId, getLocalProperty, getMetaDataProperty, getName, getParent, hasLocalProperty, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setLocalProperty, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetLocalProperty, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent
public GeoreferencedTexture()
public GeoreferencedTexture(AppearanceModule module)
public void addGenericApplicationPropertyOfGeoreferencedTexture(ADEComponent ade)
public void addTarget(java.lang.String target)
public java.util.List<ADEComponent> getGenericApplicationPropertyOfGeoreferencedTexture()
public TransformationMatrix2x2 getOrientation()
public java.lang.Boolean getPreferWorldFile()
public PointProperty getReferencePoint()
public java.util.List<java.lang.String> getTarget()
public boolean isSetGenericApplicationPropertyOfGeoreferencedTexture()
public boolean isSetOrientation()
public boolean isSetPreferWorldFile()
public boolean isSetReferencePoint()
public boolean isSetTarget()
public void setGenericApplicationPropertyOfGeoreferencedTexture(java.util.List<ADEComponent> ade)
public void setOrientation(TransformationMatrix2x2 orientation)
public void setPreferWorldFile(java.lang.Boolean preferWorldFile)
public void setReferencePoint(PointProperty referencePoint)
public void setTarget(java.util.List<java.lang.String> target)
public void unsetGenericApplicationPropertyOfGeoreferencedTexture()
public boolean unsetGenericApplicationPropertyOfGeoreferencedTexture(ADEComponent ade)
public void unsetOrientation()
public void unsetPreferWorldFile()
public void unsetReferencePoint()
public void unsetTarget()
public boolean unsetTarget(java.lang.String target)
public CityGMLClass getCityGMLClass()
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class AbstractTexture
public void accept(FeatureVisitor visitor)
accept
in class AbstractFeature
public <T> T accept(FeatureFunctor<T> visitor)
accept
in class AbstractFeature
public void accept(GMLVisitor visitor)
accept
in class AbstractGML
public <T> T accept(GMLFunctor<T> visitor)
accept
in class AbstractGML