org.citygml4j.model.gml.coverage
Interface GridFunction

All Superinterfaces:
Child, Copyable, GML, ModelObject
All Known Subinterfaces:
IndexMap
All Known Implementing Classes:
GridFunctionImpl, IndexMapImpl

public interface GridFunction
extends GML, Child, Copyable


Method Summary
 void addStartPoint(java.lang.Integer startPoint)
           
 SequenceRule getSequenceRule()
           
 java.util.List<java.lang.Integer> getStartPoint()
           
 boolean isSetSequenceRule()
           
 boolean isSetStartPoint()
           
 void setSequenceRule(SequenceRule sequenceRule)
           
 void setStartPoint(java.util.List<java.lang.Integer> startPoint)
           
 void unsetSequenceRule()
           
 void unsetStartPoint()
           
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getSequenceRule

SequenceRule getSequenceRule()

getStartPoint

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

isSetSequenceRule

boolean isSetSequenceRule()

isSetStartPoint

boolean isSetStartPoint()

setSequenceRule

void setSequenceRule(SequenceRule sequenceRule)

addStartPoint

void addStartPoint(java.lang.Integer startPoint)

setStartPoint

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

unsetSequenceRule

void unsetSequenceRule()

unsetStartPoint

void unsetStartPoint()