org.citygml4j.impl.gml.coverage
Class GridFunctionImpl

java.lang.Object
  extended by org.citygml4j.impl.gml.coverage.GridFunctionImpl
All Implemented Interfaces:
ModelObject, Child, Copyable, GridFunction, GML
Direct Known Subclasses:
IndexMapImpl

public class GridFunctionImpl
extends java.lang.Object
implements GridFunction


Constructor Summary
GridFunctionImpl()
           
 
Method Summary
 void addStartPoint(java.lang.Integer startPoint)
           
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 GMLClass getGMLClass()
           
 ModelType getModelType()
           
 ModelObject getParent()
           
 SequenceRule getSequenceRule()
           
 java.util.List<java.lang.Integer> getStartPoint()
           
 boolean isSetParent()
           
 boolean isSetSequenceRule()
           
 boolean isSetStartPoint()
           
 void setParent(ModelObject parent)
           
 void setSequenceRule(SequenceRule sequenceRule)
           
 void setStartPoint(java.util.List<java.lang.Integer> startPoint)
           
 void unsetParent()
           
 void unsetSequenceRule()
           
 void unsetStartPoint()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridFunctionImpl

public GridFunctionImpl()
Method Detail

getModelType

public ModelType getModelType()
Specified by:
getModelType in interface ModelObject

getGMLClass

public GMLClass getGMLClass()
Specified by:
getGMLClass in interface GML

getSequenceRule

public SequenceRule getSequenceRule()
Specified by:
getSequenceRule in interface GridFunction

getStartPoint

public java.util.List<java.lang.Integer> getStartPoint()
Specified by:
getStartPoint in interface GridFunction

isSetSequenceRule

public boolean isSetSequenceRule()
Specified by:
isSetSequenceRule in interface GridFunction

isSetStartPoint

public boolean isSetStartPoint()
Specified by:
isSetStartPoint in interface GridFunction

setSequenceRule

public void setSequenceRule(SequenceRule sequenceRule)
Specified by:
setSequenceRule in interface GridFunction

addStartPoint

public void addStartPoint(java.lang.Integer startPoint)
Specified by:
addStartPoint in interface GridFunction

setStartPoint

public void setStartPoint(java.util.List<java.lang.Integer> startPoint)
Specified by:
setStartPoint in interface GridFunction

unsetSequenceRule

public void unsetSequenceRule()
Specified by:
unsetSequenceRule in interface GridFunction

unsetStartPoint

public void unsetStartPoint()
Specified by:
unsetStartPoint in interface GridFunction

getParent

public ModelObject getParent()
Specified by:
getParent in interface Child

setParent

public void setParent(ModelObject parent)
Specified by:
setParent in interface Child

isSetParent

public boolean isSetParent()
Specified by:
isSetParent in interface Child

unsetParent

public void unsetParent()
Specified by:
unsetParent in interface Child

copyTo

public java.lang.Object copyTo(java.lang.Object target,
                               CopyBuilder copyBuilder)
Specified by:
copyTo in interface Copyable

copy

public java.lang.Object copy(CopyBuilder copyBuilder)
Specified by:
copy in interface Copyable