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
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
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()