org.citygml4j.model.citygml.appearance
Interface GeoreferencedTexture
- All Superinterfaces:
- AbstractFeature, AbstractGML, AbstractSurfaceData, AbstractTexture, AppearanceModuleComponent, Associable, Child, CityGML, Copyable, GML, ModelObject, StandardObjectProperties
- All Known Implementing Classes:
- GeoreferencedTextureImpl
public interface GeoreferencedTexture
- extends AbstractTexture
Methods inherited from interface org.citygml4j.model.citygml.appearance.AbstractTexture |
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 |
Methods inherited from interface org.citygml4j.model.gml.feature.AbstractFeature |
accept, accept, addGenericADEComponent, calcBoundedBy, getBoundedBy, getGenericADEComponent, getLocation, isSetBoundedBy, isSetGenericADEComponent, isSetLocation, setBoundedBy, setGenericADEComponent, setLocation, unsetBoundedBy, unsetGenericADEComponent, unsetGenericADEComponent, unsetLocation |
Methods inherited from interface org.citygml4j.model.gml.base.StandardObjectProperties |
addMetaDataProperty, addName, getDescription, getMetaDataProperty, getName, isSetDescription, isSetMetaDataProperty, isSetName, setDescription, setMetaDataProperty, setName, unsetDescription, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName |
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
getPreferWorldFile
java.lang.Boolean getPreferWorldFile()
getReferencePoint
PointProperty getReferencePoint()
getOrientation
TransformationMatrix2x2 getOrientation()
getTarget
java.util.List<java.lang.String> getTarget()
getGenericApplicationPropertyOfGeoreferencedTexture
java.util.List<ADEComponent> getGenericApplicationPropertyOfGeoreferencedTexture()
isSetPreferWorldFile
boolean isSetPreferWorldFile()
isSetReferencePoint
boolean isSetReferencePoint()
isSetOrientation
boolean isSetOrientation()
isSetTarget
boolean isSetTarget()
isSetGenericApplicationPropertyOfGeoreferencedTexture
boolean isSetGenericApplicationPropertyOfGeoreferencedTexture()
setPreferWorldFile
void setPreferWorldFile(java.lang.Boolean preferWorldFile)
setReferencePoint
void setReferencePoint(PointProperty referencePoint)
setOrientation
void setOrientation(TransformationMatrix2x2 orientation)
setTarget
void setTarget(java.util.List<java.lang.String> target)
addTarget
void addTarget(java.lang.String target)
addGenericApplicationPropertyOfGeoreferencedTexture
void addGenericApplicationPropertyOfGeoreferencedTexture(ADEComponent ade)
setGenericApplicationPropertyOfGeoreferencedTexture
void setGenericApplicationPropertyOfGeoreferencedTexture(java.util.List<ADEComponent> ade)
unsetPreferWorldFile
void unsetPreferWorldFile()
unsetReferencePoint
void unsetReferencePoint()
unsetOrientation
void unsetOrientation()
unsetTarget
void unsetTarget()
unsetTarget
boolean unsetTarget(java.lang.String target)
unsetGenericApplicationPropertyOfGeoreferencedTexture
void unsetGenericApplicationPropertyOfGeoreferencedTexture()
unsetGenericApplicationPropertyOfGeoreferencedTexture
boolean unsetGenericApplicationPropertyOfGeoreferencedTexture(ADEComponent ade)