Class WorldToTexture
- java.lang.Object
-
- org.citygml4j.model.citygml.core.TransformationMatrix3x4
-
- org.citygml4j.model.citygml.appearance.WorldToTexture
-
- All Implemented Interfaces:
java.io.Serializable
,AppearanceModuleComponent
,CityGML
,CityGMLModuleComponent
,CoreModuleComponent
,ModelObject
,Child
,Copyable
,SRSInformationGroup
,SRSReferenceGroup
,GML
public class WorldToTexture extends TransformationMatrix3x4 implements AppearanceModuleComponent, SRSReferenceGroup
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorldToTexture()
WorldToTexture(java.util.List<java.lang.Double> vals)
WorldToTexture(Matrix matrix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAxisLabel(java.lang.String axisLabel)
void
addUomLabel(java.lang.String uomLabel)
java.lang.Object
copy(CopyBuilder copyBuilder)
java.lang.Object
copyTo(java.lang.Object target, CopyBuilder copyBuilder)
java.util.List<java.lang.String>
getAxisLabels()
CityGMLClass
getCityGMLClass()
GMLClass
getGMLClass()
java.lang.String
getInheritedSrsName()
java.lang.Integer
getSrsDimension()
java.lang.String
getSrsName()
java.util.List<java.lang.String>
getUomLabels()
boolean
isSetAxisLabels()
boolean
isSetSrsDimension()
boolean
isSetSrsName()
boolean
isSetUomLabels()
void
setAxisLabels(java.util.List<java.lang.String> axisLabels)
void
setSrsDimension(java.lang.Integer srsDimension)
void
setSrsName(java.lang.String srsName)
void
setUomLabels(java.util.List<java.lang.String> uomLabels)
void
unsetAxisLabels()
boolean
unsetAxisLabels(java.lang.String axisLabel)
void
unsetSrsDimension()
void
unsetSrsName()
void
unsetUomLabels()
boolean
unsetUomLabels(java.lang.String uomLabel)
-
Methods inherited from class org.citygml4j.model.citygml.core.TransformationMatrix3x4
getMatrix, getParent, isSetMatrix, isSetParent, setMatrix, setParent, unsetParent
-
-
-
-
Constructor Detail
-
WorldToTexture
public WorldToTexture()
-
WorldToTexture
public WorldToTexture(Matrix matrix)
-
WorldToTexture
public WorldToTexture(java.util.List<java.lang.Double> vals)
-
-
Method Detail
-
getCityGMLClass
public CityGMLClass getCityGMLClass()
- Specified by:
getCityGMLClass
in interfaceCityGML
- Overrides:
getCityGMLClass
in classTransformationMatrix3x4
-
getSrsDimension
public java.lang.Integer getSrsDimension()
- Specified by:
getSrsDimension
in interfaceSRSReferenceGroup
-
getSrsName
public java.lang.String getSrsName()
- Specified by:
getSrsName
in interfaceSRSReferenceGroup
-
getInheritedSrsName
public java.lang.String getInheritedSrsName()
- Specified by:
getInheritedSrsName
in interfaceSRSReferenceGroup
-
isSetSrsDimension
public boolean isSetSrsDimension()
- Specified by:
isSetSrsDimension
in interfaceSRSReferenceGroup
-
isSetSrsName
public boolean isSetSrsName()
- Specified by:
isSetSrsName
in interfaceSRSReferenceGroup
-
setSrsDimension
public void setSrsDimension(java.lang.Integer srsDimension)
- Specified by:
setSrsDimension
in interfaceSRSReferenceGroup
-
setSrsName
public void setSrsName(java.lang.String srsName)
- Specified by:
setSrsName
in interfaceSRSReferenceGroup
-
unsetSrsDimension
public void unsetSrsDimension()
- Specified by:
unsetSrsDimension
in interfaceSRSReferenceGroup
-
unsetSrsName
public void unsetSrsName()
- Specified by:
unsetSrsName
in interfaceSRSReferenceGroup
-
addAxisLabel
public void addAxisLabel(java.lang.String axisLabel)
- Specified by:
addAxisLabel
in interfaceSRSInformationGroup
-
addUomLabel
public void addUomLabel(java.lang.String uomLabel)
- Specified by:
addUomLabel
in interfaceSRSInformationGroup
-
getAxisLabels
public java.util.List<java.lang.String> getAxisLabels()
- Specified by:
getAxisLabels
in interfaceSRSInformationGroup
-
getUomLabels
public java.util.List<java.lang.String> getUomLabels()
- Specified by:
getUomLabels
in interfaceSRSInformationGroup
-
isSetAxisLabels
public boolean isSetAxisLabels()
- Specified by:
isSetAxisLabels
in interfaceSRSInformationGroup
-
isSetUomLabels
public boolean isSetUomLabels()
- Specified by:
isSetUomLabels
in interfaceSRSInformationGroup
-
setAxisLabels
public void setAxisLabels(java.util.List<java.lang.String> axisLabels)
- Specified by:
setAxisLabels
in interfaceSRSInformationGroup
-
setUomLabels
public void setUomLabels(java.util.List<java.lang.String> uomLabels)
- Specified by:
setUomLabels
in interfaceSRSInformationGroup
-
unsetAxisLabels
public void unsetAxisLabels()
- Specified by:
unsetAxisLabels
in interfaceSRSInformationGroup
-
unsetAxisLabels
public boolean unsetAxisLabels(java.lang.String axisLabel)
- Specified by:
unsetAxisLabels
in interfaceSRSInformationGroup
-
unsetUomLabels
public void unsetUomLabels()
- Specified by:
unsetUomLabels
in interfaceSRSInformationGroup
-
unsetUomLabels
public boolean unsetUomLabels(java.lang.String uomLabel)
- Specified by:
unsetUomLabels
in interfaceSRSInformationGroup
-
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interfaceGML
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interfaceCopyable
- Overrides:
copy
in classTransformationMatrix3x4
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
- Specified by:
copyTo
in interfaceCopyable
- Overrides:
copyTo
in classTransformationMatrix3x4
-
-