org.citygml4j.model.gml.coverage
Class GridFunction

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

public class GridFunction
extends java.lang.Object
implements GML, Child, Copyable


Constructor Summary
GridFunction()
           
 
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

GridFunction

public GridFunction()
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()

getStartPoint

public java.util.List<java.lang.Integer> getStartPoint()

isSetSequenceRule

public boolean isSetSequenceRule()

isSetStartPoint

public boolean isSetStartPoint()

setSequenceRule

public void setSequenceRule(SequenceRule sequenceRule)

addStartPoint

public void addStartPoint(java.lang.Integer startPoint)

setStartPoint

public void setStartPoint(java.util.List<java.lang.Integer> startPoint)

unsetSequenceRule

public void unsetSequenceRule()

unsetStartPoint

public void unsetStartPoint()

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