Package se.conciliate.extensions.store
Interface MTCompleteLayer
- All Superinterfaces:
MTLayer
,MTLayerHeader
Part of a
MTCompleteModel
, which can be obtained by
calling loadCompleteModel()
on a MTModelHeader
.
Note that the interface extends MTLayer
and that using
the "find" methods in this interface will still access the database.-
Method Summary
Modifier and TypeMethodDescriptionReturns the layer type of this layer.Returns all vertices in the layer.Methods inherited from interface se.conciliate.extensions.store.MTLayerHeader
expand, getID, getOpacity, getUUID, isBackgroundLayer, setOpacity
-
Method Details
-
getVertices
Collection<MTCompleteVertex> getVertices()Returns all vertices in the layer.- Returns:
- All vertices in the layer.
- Since:
- 3.0
-
getLayerType
MTLayerType getLayerType()Description copied from interface:MTLayer
Returns the layer type of this layer.- Specified by:
getLayerType
in interfaceMTLayer
- Returns:
- A layer type.
-